datapackage 0.2.5 → 0.2.6

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: datapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leigh Dodds
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-08-27 00:00:00.000000000 Z
13
+ date: 2017-08-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json-schema
@@ -179,6 +179,22 @@ files:
179
179
  - README.md
180
180
  - bin/console
181
181
  - bin/datapackage
182
+ - lib/datapackage.rb
183
+ - lib/datapackage/defaults.rb
184
+ - lib/datapackage/exceptions.rb
185
+ - lib/datapackage/helpers.rb
186
+ - lib/datapackage/package.rb
187
+ - lib/datapackage/profile.rb
188
+ - lib/datapackage/registry.rb
189
+ - lib/datapackage/resource.rb
190
+ - lib/datapackage/version.rb
191
+ - lib/profiles/data-package.json
192
+ - lib/profiles/data-resource.json
193
+ - lib/profiles/fiscal-data-package.json
194
+ - lib/profiles/registry.json
195
+ - lib/profiles/table-schema.json
196
+ - lib/profiles/tabular-data-package.json
197
+ - lib/profiles/tabular-data-resource.json
182
198
  homepage: http://github.com/theodi/datapackage.rb
183
199
  licenses:
184
200
  - MIT