backtype 0.0.1 → 0.0.1.2
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.
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: backtype
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 79
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
9
|
- 1
|
|
10
|
-
|
|
10
|
+
- 2
|
|
11
|
+
version: 0.0.1.2
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- Adolfo Builes
|
|
@@ -64,12 +65,7 @@ dependencies:
|
|
|
64
65
|
version: 0.7.3
|
|
65
66
|
type: :runtime
|
|
66
67
|
version_requirements: *id003
|
|
67
|
-
description:
|
|
68
|
-
require 'backtype'
|
|
69
|
-
|
|
70
|
-
backtype = Backtype::Base.new(:api_key => 'your_api_key')
|
|
71
|
-
backtype.comments_by_page :url => 'http://www.reddit.com/r/science/comments/8zf9d/holy_crap_i_never_realized_i_was_peeling_a_banana/'
|
|
72
|
-
|
|
68
|
+
description: Ruby gem wrapper for backtype's API.
|
|
73
69
|
email: builes.adolfo@googlemail.com
|
|
74
70
|
executables: []
|
|
75
71
|
|
|
@@ -117,6 +113,6 @@ rubyforge_project:
|
|
|
117
113
|
rubygems_version: 1.4.2
|
|
118
114
|
signing_key:
|
|
119
115
|
specification_version: 3
|
|
120
|
-
summary:
|
|
116
|
+
summary: "See example: https://github.com/abuiles/backtype/blob/master/README.markdown"
|
|
121
117
|
test_files: []
|
|
122
118
|
|