playmo.gemspec in playmo-0.0.14 vs playmo.gemspec in playmo-0.0.17
- old
+ new
@@ -1,10 +1,11 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
+require "playmo/version"
Gem::Specification.new do |s|
- s.version = "0.0.14"
+ s.version = Playmo::VERSION
s.name = "playmo"
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Kozloff"]
s.email = ["andrew@tanraya.com"]
s.homepage = "https://github.com/tanraya/playmo"
@@ -12,10 +13,9 @@
s.rubyforge_project = "playmo"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
- #s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.executables = ['playmo']
s.require_paths = ["lib"]
s.has_rdoc = false
s.rubygems_version = %q{1.3.7}
s.add_dependency("rails", ["~> 3.1"])