social2social.gemspec in social2social-0.0.1 vs social2social.gemspec in social2social-0.0.2

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = "social2social" - s.version = "0.0.1" + s.version = "0.0.2" s.authors = ["Víctor Sánchez Belmar"] s.summary = "Provides a social stream node able to decentralize contents with the OStatus protocol" s.description = "This gem allow you to connect several social stream nodes using PSHB hubs, also allows to follow, and share streams with social stream users in any node." s.email = "v.sanchezbelmar@gmail.com" s.homepage = "http://github.com/ging/social2social" @@ -18,6 +18,6 @@ end s.add_development_dependency('rspec-rails', '~> 2.5.0') s.add_development_dependency('factory_girl', '~> 1.3.2') s.add_development_dependency('forgery', '~> 0.3.6') s.add_development_dependency('capybara', '~> 0.3.9') -end \ No newline at end of file +end