social2social 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/social2social-0.0.1.gem +0 -0
- data/social2social.gemspec +2 -2
- metadata +4 -3
Binary file
|
data/social2social.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "social2social"
|
3
|
-
s.version = "0.0.
|
3
|
+
s.version = "0.0.2"
|
4
4
|
s.authors = ["Víctor Sánchez Belmar"]
|
5
5
|
s.summary = "Provides a social stream node able to decentralize contents with the OStatus protocol"
|
6
6
|
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."
|
@@ -20,4 +20,4 @@ Gem::Specification.new do |s|
|
|
20
20
|
s.add_development_dependency('factory_girl', '~> 1.3.2')
|
21
21
|
s.add_development_dependency('forgery', '~> 0.3.6')
|
22
22
|
s.add_development_dependency('capybara', '~> 0.3.9')
|
23
|
-
end
|
23
|
+
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social2social
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "V\xC3\xADctor S\xC3\xA1nchez Belmar"
|
@@ -170,6 +170,7 @@ files:
|
|
170
170
|
- lib/social2social/engine.rb
|
171
171
|
- lib/social2social/models/shareable.rb
|
172
172
|
- lib/social2social/models/updatetriggerable.rb
|
173
|
+
- social2social-0.0.1.gem
|
173
174
|
- social2social.gemspec
|
174
175
|
- spec/dummy/Rakefile
|
175
176
|
- spec/dummy/app/controllers/application_controller.rb
|