infobase 1.1.3 → 1.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 823017c7cdcd1030196430c50f2bf370aff30525
|
4
|
+
data.tar.gz: c09be8cd2e151bcda27393b29df5e21caaa5c747
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2d2c0d1349342b33002943e509b1ae5bf03f25963959b3315cf6e8d6063480c400febe5436089f27a8fcd9eba83768729e003daadc0874f414770e948f92e19
|
7
|
+
data.tar.gz: dabb447b7e862265a3572a980fac31f06cd41de1e4e8bf1f6596acadb14a39606766494672d476c5aa575f771b4fdbadc7160e1dfce38a8c7a44a25e1b9189fb
|
File without changes
|
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.1.
|
4
|
+
version: 1.1.4
|
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: 2018-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -78,7 +78,7 @@ files:
|
|
78
78
|
- LICENSE
|
79
79
|
- README.md
|
80
80
|
- Rakefile
|
81
|
-
-
|
81
|
+
- infobase_client.gemspec
|
82
82
|
- lib/infobase.rb
|
83
83
|
- lib/infobase/activity.rb
|
84
84
|
- lib/infobase/base.rb
|
@@ -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/subministry.rb
|
89
90
|
- lib/infobase/target_area.rb
|
90
91
|
- lib/infobase/team.rb
|
91
92
|
- lib/infobase/user.rb
|
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
110
|
version: '0'
|
110
111
|
requirements: []
|
111
112
|
rubyforge_project:
|
112
|
-
rubygems_version: 2.
|
113
|
+
rubygems_version: 2.6.8
|
113
114
|
signing_key:
|
114
115
|
specification_version: 4
|
115
116
|
summary: Push and pull data from the Infobase
|