datacatalog 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datacatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luigi Montanez
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-14 00:00:00 -04:00
13
+ date: 2009-10-22 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -95,6 +95,7 @@ files:
95
95
  - lib/main.rb
96
96
  - lib/resources/about.rb
97
97
  - lib/resources/api_key.rb
98
+ - lib/resources/organization.rb
98
99
  - lib/resources/source.rb
99
100
  - lib/resources/user.rb
100
101
  - sandbox_api.yml.example
@@ -102,6 +103,7 @@ files:
102
103
  - spec/api_key_spec.rb
103
104
  - spec/base_spec.rb
104
105
  - spec/datacatalog_spec.rb
106
+ - spec/organization_spec.rb
105
107
  - spec/setup_api.rb
106
108
  - spec/source_spec.rb
107
109
  - spec/spec.opts
@@ -143,6 +145,7 @@ test_files:
143
145
  - spec/api_key_spec.rb
144
146
  - spec/base_spec.rb
145
147
  - spec/datacatalog_spec.rb
148
+ - spec/organization_spec.rb
146
149
  - spec/setup_api.rb
147
150
  - spec/source_spec.rb
148
151
  - spec/spec_helper.rb