activity_streams 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/activity_streams.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ begin
|
|
|
8
8
|
gem.summary = %Q{Ruby module to eat and parse ActivityStreams in various formats}
|
|
9
9
|
gem.description = %Q{Ruby module to eat and parse ActivityStreams in various formats}
|
|
10
10
|
gem.email = "root@cpan.org"
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
11
|
+
gem.homepage = "http://github.com/webcracy/activity_streams"
|
|
12
12
|
gem.authors = ["Ruben Fonseca"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
14
|
gem.add_development_dependency "yard", ">= 0"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/activity_streams.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{activity_streams}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ruben Fonseca"]
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"spec/spec_helper.rb",
|
|
36
36
|
"spec/twitter.xml"
|
|
37
37
|
]
|
|
38
|
-
s.homepage = %q{http://github.com/
|
|
38
|
+
s.homepage = %q{http://github.com/webcracy/activity_streams}
|
|
39
39
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
40
40
|
s.require_paths = ["lib"]
|
|
41
41
|
s.rubygems_version = %q{1.3.6}
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Ruben Fonseca
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- spec/spec_helper.rb
|
|
122
122
|
- spec/twitter.xml
|
|
123
123
|
has_rdoc: true
|
|
124
|
-
homepage: http://github.com/
|
|
124
|
+
homepage: http://github.com/webcracy/activity_streams
|
|
125
125
|
licenses: []
|
|
126
126
|
|
|
127
127
|
post_install_message:
|