rdf-vocab 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-06 00:00:00.000000000 Z
11
+ date: 2015-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: linkeddata
@@ -76,6 +76,7 @@ files:
76
76
  - ".gitignore"
77
77
  - ".rspec"
78
78
  - ".travis.yml"
79
+ - CONTRIBUTING.md
79
80
  - CONTRIBUTORS.md
80
81
  - Gemfile
81
82
  - LICENSE
@@ -86,6 +87,9 @@ files:
86
87
  - lib/rdf-vocab/tasks/vocab.rake
87
88
  - lib/rdf-vocab/version.rb
88
89
  - lib/rdf-vocab/vocab/acl.rb
90
+ - lib/rdf-vocab/vocab/bibframe.rb
91
+ - lib/rdf-vocab/vocab/datacite.rb
92
+ - lib/rdf-vocab/vocab/dwc.rb
89
93
  - lib/rdf-vocab/vocab/fcrepo3.rb
90
94
  - lib/rdf-vocab/vocab/fcrepo4.rb
91
95
  - lib/rdf-vocab/vocab/identifiers.rb
@@ -99,6 +103,7 @@ files:
99
103
  - lib/rdf-vocab/vocab/premis_event_type.rb
100
104
  - lib/rdf-vocab/vocab/prov.rb
101
105
  - rdf-vocab.gemspec
106
+ - sources/dwcterms.rdf
102
107
  - spec/fixtures/dcterms.rdf
103
108
  - spec/spec_helper.rb
104
109
  - spec/unit/rdf_vocab_spec.rb