data-portal-api 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,16 +0,0 @@
1
- *.rbc
2
- .bundle
3
- .config
4
- .yardoc
5
- Gemfile.lock
6
- InstalledFiles
7
- _yardoc
8
- coverage
9
- doc/
10
- lib/bundler/man
11
- pkg
12
- rdoc
13
- spec/reports
14
- test/tmp
15
- test/version_tmp
16
- tmp
data/Gemfile.lock ADDED
@@ -0,0 +1,18 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ data_portal_api (0.0.1)
5
+ rest-client
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ mime-types (1.21)
11
+ rest-client (1.6.7)
12
+ mime-types (>= 1.16)
13
+
14
+ PLATFORMS
15
+ ruby
16
+
17
+ DEPENDENCIES
18
+ data_portal_api!
@@ -1,3 +1,3 @@
1
1
  module DataPortalApi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data-portal-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
16
- requirement: &9581820 !ruby/object:Gem::Requirement
16
+ requirement: &19808740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *9581820
24
+ version_requirements: *19808740
25
25
  description: CB DataPortal API Clients
26
26
  email:
27
27
  - derrickawilliams@gmail.com
@@ -31,6 +31,7 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - .gitignore
33
33
  - Gemfile
34
+ - Gemfile.lock
34
35
  - LICENSE.txt
35
36
  - README.md
36
37
  - Rakefile
@@ -38,6 +39,8 @@ files:
38
39
  - data_portal_api.gemspec
39
40
  - lib/data_portal_api.rb
40
41
  - lib/data_portal_api/version.rb
42
+ - pkg/data-portal-api-0.0.1.gem
43
+ - pkg/data-portal-api-0.0.2.gem
41
44
  homepage: ''
42
45
  licenses: []
43
46
  post_install_message: