virility 0.1.2 → 0.1.3
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.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/lib/virility/version.rb +1 -1
- data/virility.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d541ebf042336379aeb1ddbbf5eb8f55762c6770
|
|
4
|
+
data.tar.gz: 8f4206593f7b132a797492ee1836bdf33e083788
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed364ba501cf7304b289318736996b6970fdda227ffc13370e9521b756ee9e2b95c21609bfd55e0213080e7dfa772bbf0513c0764014d3dbda5edd92aee9e2d7
|
|
7
|
+
data.tar.gz: bc480d6ef6397b2b04c1ced551be7b329fc560abbfa76e5e230a1a2117e86436353bf6b0ee6401cddeee883e4a259a67ae94a25a2c0f18a601ec94fdef38aead
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.0.0-
|
|
1
|
+
ruby-2.0.0-p451
|
data/lib/virility/version.rb
CHANGED
data/virility.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.name = "virility"
|
|
9
9
|
gem.version = Virility::VERSION
|
|
10
10
|
gem.authors = ["Jay Sanders"]
|
|
11
|
-
gem.email = ["
|
|
11
|
+
gem.email = ["jay@allieslabs.com"]
|
|
12
12
|
gem.description = "Virility leverages the API's of many popular social services to collect data about the virility of a particular URL."
|
|
13
13
|
gem.summary = "Virility calls upon the API's of many popular social services such as Facebook, Twitter and Pinterest to collect the number of likes, tweets and pins of a particular URL. Written with a modular construction, Virility makes it easy to drop new data collection strategies into the framework so that you can collect all of your statistics in one easy location."
|
|
14
14
|
gem.homepage = "http://github.com/mindtonic/virility"
|
|
@@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
|
|
|
20
20
|
# Development
|
|
21
21
|
gem.add_development_dependency "rspec", "~> 2.6"
|
|
22
22
|
# Dependencies
|
|
23
|
-
gem.add_dependency "httparty", "~> 0.
|
|
23
|
+
gem.add_dependency "httparty", "~> 0.13"
|
|
24
24
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: virility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Sanders
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -30,18 +30,18 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: '0.13'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
40
|
+
version: '0.13'
|
|
41
41
|
description: Virility leverages the API's of many popular social services to collect
|
|
42
42
|
data about the virility of a particular URL.
|
|
43
43
|
email:
|
|
44
|
-
-
|
|
44
|
+
- jay@allieslabs.com
|
|
45
45
|
executables: []
|
|
46
46
|
extensions: []
|
|
47
47
|
extra_rdoc_files: []
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
98
|
rubyforge_project:
|
|
99
|
-
rubygems_version: 2.
|
|
99
|
+
rubygems_version: 2.2.2
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: Virility calls upon the API's of many popular social services such as Facebook,
|