nbasalaryscrape 0.1.1 → 0.1.2

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: a9472ace90ce9a8d0f53f58e117cd1aef31bc5a1
4
- data.tar.gz: 03823e8ccba8549c781696270ec46fa75162fb43
3
+ metadata.gz: 172d033c5ffe7855532925febb9dad6ab0046d10
4
+ data.tar.gz: 15faa3ba98b791e182f9211992915a7c4a91c5df
5
5
  SHA512:
6
- metadata.gz: e2df269764575ba948e2a9f04aacfa48652596e9412d2c14a604b5cbe637b9e83789e46878e43b17529d2495406fc42abbd5a5337c59bc6e902270f9d5073478
7
- data.tar.gz: f93a1369695280760ddceaffc63f46f38794d42424086ed4b04a05ae90bc38ca954e2e9597dbffcd860e18e348965ab110bf696f23e1f1ed672502538da4de48
6
+ metadata.gz: 70dac481b4428d5b3e48fe136a6303a3aeaef299f8aaceebfa0b0499f0a4cd6849a14eb15571d18dd8e99baed1ce32a3fdd772f6c6f18190b2f9d264393a382e
7
+ data.tar.gz: c5d1e8cd42656f84840b473411fa87ba3d780e0078b1e898ff6aeb19b8ee229b1fa178cf5640feeeb380f58c2966e81a8c3e555f0e4d4fc072a7a90ca515885f
data/.gitignore CHANGED
File without changes
data/.travis.yml CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/ReadMe.md CHANGED
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
1
  # Version of nbasalarycrape
2
2
  module SalaryScraper
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
@@ -14,6 +14,6 @@ Gem::Specification.new do |gem|
14
14
  gem.email = 'augustinclive@hotmail.com'
15
15
  gem.files = `git ls-files`.split("\n")
16
16
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
- gem.homepage = 'https://github.com/soumyaray/citesight'
17
+ gem.homepage = 'https://github.com/CliveIMPISA/nbasalaryscrape'
18
18
  gem.license = 'MIT'
19
19
  end
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nbasalaryscrape
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clive Augstin, Amon Bazongo, Jevon McKenzie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-25 00:00:00.000000000 Z
11
+ date: 2014-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -59,7 +59,7 @@ files:
59
59
  - nbasalaryscrape.gemspec
60
60
  - spec/salaryscrape_spec.rb
61
61
  - spec/spec_files/all_teams_tests.rb
62
- homepage: https://github.com/soumyaray/citesight
62
+ homepage: https://github.com/CliveIMPISA/nbasalaryscrape
63
63
  licenses:
64
64
  - MIT
65
65
  metadata: {}