Skip to content

Commit

Permalink
Updated gem info and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Shub committed Jul 19, 2015
1 parent e27c1e0 commit c8df248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yotpo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Yotpo
VERSION = '0.0.9'
VERSION = '0.0.10'
end
2 changes: 2 additions & 0 deletions yotpo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Gem::Specification.new do |gem|
gem.description = %q{A Ruby interface to the YOTPO API}
gem.summary = %q{A Ruby interface to the YOTPO API}
gem.homepage = 'https://github.com/YotpoLtd/yotpo-ruby'
gem.license = 'MIT'
gem.required_ruby_version = '>= 1.9.3'

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit c8df248

Please sign in to comment.