Skip to content

Commit

Permalink
Gem now depends on surveyor 1.2.x. Bumped Gem version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
charman committed Jan 10, 2013
1 parent e5494d5 commit da90305
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.7'
VERSION = '0.0.8'
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', '~> 1.1.0')
s.add_dependency('surveyor', '~> 1.2.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 da90305

Please sign in to comment.