rdf-lemon 1.0.0.pre → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -2
  3. data/VERSION +1 -1
  4. data/rdf-lemon.gemspec +3 -3
  5. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6595784fdff7564c1b1db927d17484bc43108806
4
- data.tar.gz: a6e12479a57de869800c7140cced05c37d2801ea
3
+ metadata.gz: 7c1109f7ff420c39f5a37df3f31a6b93cc53d624
4
+ data.tar.gz: 2daed15884dc364014fbc9c74047295e06870ee0
5
5
  SHA512:
6
- metadata.gz: 149a25990fea1b9f6505a9b21754be44df83a6c04548985ee605b0ba7c08efd4188aa7a2d4f2254df7733282002fa2bdf7c5431c94cac426bd49ba579df8d172
7
- data.tar.gz: 25ff9ab6381ac26466df263a43c051787bd42b9d1e61d03e745f455379d0c8dba11cdb932b9b4f77daba650ee8757a11486cbbf17d5018aa9c4308642f4cbe65
6
+ metadata.gz: 9588687d0602f027b246b2bb8acdce46d57adcce78c566231a8be6b80fe6113352ab1a6a9de7c019a9cb7608397f5c7a3998d83d10bfd7c628319e9b68b70e08
7
+ data.tar.gz: e72158a5ee0190d501f1faa4eaed8ba441b083b53a005ef9067e19a85ea5b79723b130292504e17ecb2282a0b3d90085127f54064f1cf84c0fa642eb6ae3d965
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Lemon and LexInfo vocabularies for RDF.rb
1
+ # lemon and LexInfo vocabularies for RDF.rb
2
2
 
3
3
  This gem adds the support of the [lemon](http://www.lemon-model.net/) and
4
4
  [LexInfo](http://lexinfo.net/) vocabularies to RDF.rb.
@@ -32,7 +32,6 @@ Or install it yourself as:
32
32
 
33
33
  ```ruby
34
34
  require 'rdf-lemon'
35
-
36
35
  p RDF::Lemon # => RDF::StrictVocabulary(http://lemon-model.net/lemon#)
37
36
  p RDF::LexInfo # => RDF::StrictVocabulary(http://www.lexinfo.net/ontology/2.0/lexinfo#)
38
37
  ```
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.pre
1
+ 1.0.0
data/rdf-lemon.gemspec CHANGED
@@ -5,9 +5,9 @@ Gem::Specification.new do |spec|
5
5
  spec.version = File.read("VERSION").chomp
6
6
  spec.authors = ["Dmitry Ustalov"]
7
7
  spec.email = ["dmitry@eveel.ru"]
8
- spec.summary = "Lemon and LexInfo vocabularies for RDF.rb"
9
- spec.description = "Adds the Lemon and LexInfo vocabularies to RDF.rb"
10
- spec.homepage = ""
8
+ spec.summary = "lemon and LexInfo vocabularies for RDF.rb"
9
+ spec.description = "Adds the lemon and LexInfo vocabularies to RDF.rb"
10
+ spec.homepage = "https://github.com/nlpub/ruby-rdf-lemon"
11
11
  spec.license = "MIT"
12
12
 
13
13
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-lemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Ustalov
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.1'
55
- description: Adds the Lemon and LexInfo vocabularies to RDF.rb
55
+ description: Adds the lemon and LexInfo vocabularies to RDF.rb
56
56
  email:
57
57
  - dmitry@eveel.ru
58
58
  executables: []
@@ -69,7 +69,7 @@ files:
69
69
  - lib/rdf/lemon.rb
70
70
  - lib/rdf/lexinfo.rb
71
71
  - rdf-lemon.gemspec
72
- homepage: ''
72
+ homepage: https://github.com/nlpub/ruby-rdf-lemon
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}
@@ -84,13 +84,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 1.3.1
89
+ version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
92
  rubygems_version: 2.4.5
93
93
  signing_key:
94
94
  specification_version: 4
95
- summary: Lemon and LexInfo vocabularies for RDF.rb
95
+ summary: lemon and LexInfo vocabularies for RDF.rb
96
96
  test_files: []