bumped for release

This commit is contained in:
Torsten Ruger 2015-07-09 22:18:58 +03:00
parent 1a037f616e
commit e71b8d8010
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
source "http://rubygems.org" source "http://rubygems.org"
gem "rake"
gem "salama-object-file" , :path => "." gem "salama-object-file" , :path => "."

View File

@ -1,12 +1,13 @@
PATH PATH
remote: . remote: .
specs: specs:
salama-object-file (0.1) salama-object-file (0.2.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
minitest (5.6.1) minitest (5.6.1)
rake (10.4.2)
rubygems-tasks (0.2.4) rubygems-tasks (0.2.4)
PLATFORMS PLATFORMS
@ -14,5 +15,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
minitest minitest
rake
rubygems-tasks rubygems-tasks
salama-object-file! salama-object-file!

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'salama-object-file' s.name = 'salama-object-file'
s.version = '0.1' s.version = '0.2.0'
s.authors = ['Torsten Ruger'] s.authors = ['Torsten Ruger']
s.email = 'torsten@villataika.fi' s.email = 'torsten@villataika.fi'