newsfeed 0.0.2 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +4 -15
  2. data/VERSION +1 -1
  3. data/newsfeed.gemspec +2 -2
  4. metadata +3 -3
@@ -1,19 +1,8 @@
1
- = newsfeed
1
+ = Newsfeed Lab
2
2
 
3
- Description goes here.
3
+ Ruby wrapper for Newsfeed Lab. Implements a simple way to add news feeds and activity streams to your apps.
4
4
 
5
- == Contributing to newsfeed
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
5
+ Use this gem to interact with Newsfeed Lab (http://www.newsfeedlab.com).
14
6
 
15
- == Copyright
16
-
17
- Copyright (c) 2011 Adeel Raza. See LICENSE.txt for
18
- further details.
7
+ See usage document here: http://www.newsfeedlab.com/docs
19
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 1.0.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "newsfeed"
8
- s.version = "0.0.2"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adeel Raza"]
12
- s.date = "2011-08-29"
12
+ s.date = "2011-09-01"
13
13
  s.description = "Ruby wrapper for Newsfeed Lab. Implements a simple way to add news feeds and activity streams to your apps."
14
14
  s.email = "adeelr@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: newsfeed
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Adeel Raza
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-29 00:00:00 Z
13
+ date: 2011-09-01 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: faraday-stack
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  requirements:
161
161
  - - ">="
162
162
  - !ruby/object:Gem::Version
163
- hash: -3994240186905592635
163
+ hash: 3463696153663181953
164
164
  segments:
165
165
  - 0
166
166
  version: "0"