bigamy.gemspec in bigamy-0.1.1 vs bigamy.gemspec in bigamy-0.1.2
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{bigamy}
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Angilly"]
s.date = %q{2010-06-30}
s.description = %q{}
@@ -28,11 +28,12 @@
"lib/bigamy/proxy.rb",
"test/functional/test_helper.rb",
"test/test_helper.rb",
"test/unit/test_ar_side.rb",
"test/unit/test_helper.rb",
- "test/unit/test_mongo_side.rb"
+ "test/unit/test_mongo_side.rb",
+ "test/unit/test_proxy.rb"
]
s.homepage = %q{http://github.com/ryana/bigamy}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
@@ -40,10 +41,11 @@
s.test_files = [
"test/functional/test_helper.rb",
"test/test_helper.rb",
"test/unit/test_ar_side.rb",
"test/unit/test_helper.rb",
- "test/unit/test_mongo_side.rb"
+ "test/unit/test_mongo_side.rb",
+ "test/unit/test_proxy.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3