get_user_tweets 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/get_user_tweets.gemspec +1 -1
- data/lib/get_user_tweets/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 882d1f468599910b3c7d74f6864ff363ef9e66c7
|
4
|
+
data.tar.gz: f96597454fe40890512717b8a377ed059323e7e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c71719c096e5c6dbb77e28bcf8477c50355b9e1095809000910e7a79c7e66ecaae4c80f541f584ff0f18c0be47a330ee55a0ecfeb341fb3d92d701f37bdef16
|
7
|
+
data.tar.gz: 442b1cc8cbee052014674eece23806913fce2e69aa17106cb40200eb9897b55772f165f8e6f662629ff1d3244112b7db8ee0d5fefe001b26ff05f2e2a0ae67b6
|
data/get_user_tweets.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{User can fetch tweets via twitter handle.}
|
13
13
|
spec.description = %q{Return Tweets in JSON format}
|
14
|
-
spec.homepage = 'https://github.com/
|
14
|
+
spec.homepage = 'https://github.com/ravendra-kumar/tweets'
|
15
15
|
spec.licenses = ['MIT', 'GPL-2.0']
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: get_user_tweets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ravendra kumar
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -86,7 +86,7 @@ files:
|
|
86
86
|
- get_user_tweets.gemspec
|
87
87
|
- lib/get_user_tweets.rb
|
88
88
|
- lib/get_user_tweets/version.rb
|
89
|
-
homepage: https://github.com/
|
89
|
+
homepage: https://github.com/ravendra-kumar/tweets
|
90
90
|
licenses:
|
91
91
|
- MIT
|
92
92
|
- GPL-2.0
|