ccb_api.gemspec in church-community-builder-0.2.0 vs ccb_api.gemspec in church-community-builder-0.2.1
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
PROJECT_GEM = 'church-community-builder'
- PROJECT_GEM_VERSION = '0.2.0'
+ PROJECT_GEM_VERSION = '0.2.1'
s.name = PROJECT_GEM
s.version = PROJECT_GEM_VERSION
s.platform = Gem::Platform::RUBY
#s.date = '2009-01-05'
@@ -14,10 +14,10 @@
s.summary = 'Ruby gem/plugin to interact with the Church Community Builder API.'
s.description = 'Ruby gem/plugin to interact with the Church Community Builder API. Checkout the project on github for more detail.'
s.add_dependency('typhoeus', '0.6.6')
- s.add_dependency('xml-simple')
+ s.add_dependency('xml-simple', '1.1.2')
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) }