infobase 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/infobase/target_area.rb +6 -0
- data/lib/infobase/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bc422a14b63835adb3f3d8dfffc8b98ecd0b3b1
|
4
|
+
data.tar.gz: fffb591aea91e8bc066a68c3b54f8880e9be73cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eadb466ca9edc65a8fbbc3adad60de0346d4b98c3550e069825af831862d10cb08ea08df160cd548322e282e881833a10542a3d56e114172be479909ccc73a31
|
7
|
+
data.tar.gz: c6d18acadaf6512ef55483ed92de9cc489eaa315ee9e67c3c2e67e1467446ceca24cace8a89263983d030283fbe4b4488bd8adf8a65ead68a067788aa9318d7a
|
data/lib/infobase/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infobase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Starcher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -86,6 +86,7 @@ files:
|
|
86
86
|
- lib/infobase/person.rb
|
87
87
|
- lib/infobase/region.rb
|
88
88
|
- lib/infobase/statistic.rb
|
89
|
+
- lib/infobase/target_area.rb
|
89
90
|
- lib/infobase/team.rb
|
90
91
|
- lib/infobase/user.rb
|
91
92
|
- lib/infobase/version.rb
|
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
109
|
version: '0'
|
109
110
|
requirements: []
|
110
111
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.
|
112
|
+
rubygems_version: 2.2.1
|
112
113
|
signing_key:
|
113
114
|
specification_version: 4
|
114
115
|
summary: Push and pull data from the Infobase
|