virility 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84fce8c9310b2077a06d5bf4fa847cec6fae71e9
4
- data.tar.gz: e527cfea17004258ef72053d7120892ff9c35f4f
3
+ metadata.gz: d541ebf042336379aeb1ddbbf5eb8f55762c6770
4
+ data.tar.gz: 8f4206593f7b132a797492ee1836bdf33e083788
5
5
  SHA512:
6
- metadata.gz: a244c505812e2727c11cc4e847a5c1838fb702ce42b911285efd85a8684d7fc0376dcb2b2af370efa75adadfaba778184df1b31bbad48cc2d4b00bc0eebca171
7
- data.tar.gz: 1258904a6e1e0149452714995fd22ef834899a14acf87430a70bf9dd791f30d9ff1a5b202631e2575832577874b22a34f40db07f718d536ecfeb510e59c32dab
6
+ metadata.gz: ed364ba501cf7304b289318736996b6970fdda227ffc13370e9521b756ee9e2b95c21609bfd55e0213080e7dfa772bbf0513c0764014d3dbda5edd92aee9e2d7
7
+ data.tar.gz: bc480d6ef6397b2b04c1ced551be7b329fc560abbfa76e5e230a1a2117e86436353bf6b0ee6401cddeee883e4a259a67ae94a25a2c0f18a601ec94fdef38aead
@@ -1 +1 @@
1
- ruby-2.0.0-p0
1
+ ruby-2.0.0-p451
@@ -1,3 +1,3 @@
1
1
  module Virility
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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 = ["mindtonic@gmail.com"]
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.9.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.2
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: 2013-07-07 00:00:00.000000000 Z
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.9.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.9.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
- - mindtonic@gmail.com
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.0.3
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,