Skip to content

Commit

Permalink
Updated gemspec to depend on surveyor ~> 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charman committed Oct 18, 2012
1 parent 79ebb40 commit dbd9585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/surveyor_tweaks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SurveyorTweaks
VERSION = '0.0.4'
VERSION = '0.0.5'
end
2 changes: 1 addition & 1 deletion surveyor_tweaks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.description = 'Adds some functionality to the Surveyor Gem - https://github.com/NUBIC/surveyor'

# If you have other dependencies, add them here
s.add_dependency('surveyor', '~> 0.23.0.pre')
s.add_dependency('surveyor', '~> 1.0.0')

# If you need to check in files that aren't .rb files, add them here
s.files = Dir["{lib}/**/*.rb", "bin/*", "LICENSE", "*.md"]
Expand Down

0 comments on commit dbd9585

Please sign in to comment.