Skip to content

Commit

Permalink
v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRice committed Jan 11, 2016
1 parent f4acd10 commit bfe1c13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0 (2016-01-06)

* Add support for Middleman v4 (please continue to use middleman-disqus 1.1 if you need v3 support).
* Moved all tests from Cucumber to Capybara / RSpec.

## 1.0.0 (2014-08-06)

* Add support for Disqus JavaScript configuration variables using per page
Expand Down
2 changes: 1 addition & 1 deletion lib/middleman-disqus/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
module Disqus
VERSION = '1.1.0'
VERSION = '1.2.0'
end
end
4 changes: 2 additions & 2 deletions middleman-disqus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ A Middleman extension to integrate Disqus into your site,
supporting Disqus configuration variables and comment counts.
EOL

s.files = `git ls-files`.split('\n')
s.test_files = `git ls-files -- {features,fixtures}/*`.split('\n')
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {features,fixtures}/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency('middleman-core', ['~> 4.0'])
Expand Down

0 comments on commit bfe1c13

Please sign in to comment.