Skip to content

Commit

Permalink
That was obvious.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiseason committed Jan 29, 2015
1 parent ce3ae0e commit 0db6a85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
YAVM (0.2.0)
YAVM (0.2.1)
docopt (~> 0.5.0, >= 0.5.0)
json (~> 1.8.1, >= 1.8.0)

Expand Down Expand Up @@ -56,7 +56,7 @@ PLATFORMS

DEPENDENCIES
YAVM!
aruba
cucumber
aruba (~> 0.6.2, >= 0.6.2)
cucumber (~> 1.3.18, >= 1.3.18)
rake
rubocop
rubocop (~> 0.28.0, >= 0.28.0)
6 changes: 4 additions & 2 deletions yavm.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'date'

Gem::Specification.new do |s|
s.name = 'YAVM'
s.version = '0.2.0'
s.version = '0.2.1'

s.summary = 'Yet Another Version Manager'
s.description = 'A tiny gem for managing project version numbers'
Expand All @@ -9,7 +11,7 @@ Gem::Specification.new do |s|

s.authors = ['Lewis Eason']
s.email = '[email protected]'
s.date = '2014-01-27'
s.date = Date.today.to_s

s.files = Dir.glob('{bin,lib}/**/*') + %w(README.md)

Expand Down

0 comments on commit 0db6a85

Please sign in to comment.