Skip to content

Commit

Permalink
Require Ruby 2.0.0+, bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Sep 26, 2013
1 parent 3387d1a commit 31e78f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Or install it yourself as:

$ gem install canada

Note: This gem requires Ruby 2.0.0 or higher.

## Contributing

1. Fork it
Expand Down
2 changes: 2 additions & 0 deletions canada.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
end
2 changes: 1 addition & 1 deletion lib/canada/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Canada
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 31e78f4

Please sign in to comment.