ld4l-open_annotation_rdf 0.0.4 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3300bb3c1ed7f05ad15bcc48d3db4027138b986c
4
- data.tar.gz: 6d82cae01c405f875e77033a1884633ae1aa9a6b
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDIxNWE3YzczMDc0NTJhNjRlMzU5OTY1MTU5ZmFjODEyMGNjZTFkYQ==
5
+ data.tar.gz: !binary |-
6
+ MDM3YmRjM2UwODk0ODhkZWQyMDE4Zjg1Yzc0MDQ3ZjdmNWUyYzdjZQ==
5
7
  SHA512:
6
- metadata.gz: b7e45edc10a479132f70c450330643cfc2bda517961cd6a24d3e49df2324624db5e8d7968a1b21afed4a1c9d1b74be6b41b8aec2e8795722989aae47880a3eca
7
- data.tar.gz: c0d61fc82b296dd164bbd31fd81184212fc9be9493b65158949ac390e80b816a9ca530b928a05e569751c11de5bd61125836ea5050443d8bda4a99a35bdcacd1
8
+ metadata.gz: !binary |-
9
+ OTIyYzRiNjQyYzYzYWMyYTYwMzQ2MGE1M2IyNDc3NTdmZjAwNTE1ZDQxOTdl
10
+ Zjk2MjAyNWJlZjM5MTViNWM5ZGUzZTc2YjcyZTJmYzlmYzVjMTFhZjA5MmJl
11
+ NWE0MDQ3ODY2NDViNmE3MjEyZjU5MjlmZGFlMDNlYzljMmUwOTA=
12
+ data.tar.gz: !binary |-
13
+ ZmIzMDgzZjI1MjcwYjZhOTk3ZTY2ZjI1ZWIzNmYyMDYyOTA3YjNlMzQzYjQ0
14
+ ZjExNzc4ZDZlZWUzZDlmMDQ5MjMxNzRmNmFkMjRmZGM0ZGM5NDU2ZmZhNmM5
15
+ ZGMxZGJjMmE4MmNlZWE1NTRhY2QwNzRhZmQ4ZmJiMGIxY2FjYjc=
data/.gitignore CHANGED
@@ -21,3 +21,5 @@ tmp
21
21
  *.a
22
22
  mkmf.log
23
23
  .idea
24
+ .ruby-gemset
25
+ .ruby-version
data/.travis.yml ADDED
@@ -0,0 +1,28 @@
1
+ language: ruby
2
+ bundler_args: --without debug
3
+ script: "bundle exec rspec spec"
4
+ rvm:
5
+ - 1.9.3
6
+ - 2.0.0
7
+ - 2.1.0
8
+ - 2.1.1
9
+ - jruby-19mode
10
+ matrix:
11
+ allow_failures:
12
+ - rvm: jruby-19mode
13
+
14
+
15
+
16
+
17
+ ### DID NOT WORK ###
18
+
19
+ # Handle git submodules yourself
20
+
21
+ git:
22
+ submodules: false
23
+ # Use sed to replace the SSH URL with the public URL, then initialize submodules
24
+ before_install:
25
+ - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
26
+ - git submodule update --init --recursive
27
+
28
+ ### END SECTION THAT DID NOT WORK ###
data/Gemfile CHANGED
@@ -6,6 +6,3 @@ gemspec
6
6
  # Use active-triples for handling of triple persistence
7
7
  gem 'active-triples', :git => 'git@github.com:ActiveTriples/ActiveTriples.git', :branch => 'master'
8
8
 
9
- # GETTING FROM GEMFILE UNTIL LD4L::FoafRDF GEM IS RELEASED, THEN MOVE TO *.gemspec FILE
10
- # Use LD4L::FoafRDF Gem
11
- gem 'ld4l-foaf_rdf', :git => 'git@github.com:ld4l/foaf_rdf.git', :branch => 'master'
data/README.md CHANGED
@@ -1,27 +1,28 @@
1
1
  #LD4L::OpenAnnotationRDF
2
2
 
3
+ [![Build Status](https://travis-ci.org/ld4l/open_annotation_rdf.png?branch=master)](https://travis-ci.org/ld4l/open_annotation_rdf)
4
+ [![Test Coverage](https://img.shields.io/coveralls/ld4l/open_annotation_rdf.svg?branch=master)](https://coveralls.io/r/ld4l/open_annotation_rdf)
5
+ [![Gem Version](https://badge.fury.io/rb/ld4l-open_annotation_rdf.svg)](http://badge.fury.io/rb/ld4l-open_annotation_rdf)
6
+ [![Dependency Status](https://www.versioneye.com/ruby/ld4l-open_annotation_rdf/0.0.4/badge.svg)](https://www.versioneye.com/ruby/ld4l-open_annotation_rdf/0.0.4)
7
+
8
+
3
9
  LD4L Open Annotation RDF provides tools for modeling annotations based on the Open Annotation ontology and persisting to a triplestore.
4
10
 
5
11
 
6
12
  ## Installation
7
13
 
8
- Temporary get the gem from github until the gem is released publicly.
9
-
10
14
  Add this line to your application's Gemfile:
11
15
 
12
- <!-- gem 'ld4l-open_annotation_rdf' -->
13
- gem 'ld4l-open_annotation_rdf', '~> 0.0.3', :git => 'git@github.com:ld4l/open_annotation_rdf.git'
16
+ gem 'ld4l-open_annotation_rdf'
14
17
 
15
18
 
16
19
  And then execute:
17
20
 
18
21
  $ bundle install
19
22
 
20
- <!--
21
23
  Or install it yourself as:
22
24
 
23
25
  $ gem install ld4l-open_annotation_rdf
24
- -->
25
26
 
26
27
 
27
28
  ## Usage
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{LD4L Open Annotation RDF provides tools for modeling a annotations based on the Open Annotation ontology and persisting to a triplestore.}
14
14
  spec.homepage = "https://github.com/ld4l/open_annotation_rdf"
15
15
  spec.license = "APACHE2"
16
- spec.required_ruby_version = '>= 2.1.2'
16
+ spec.required_ruby_version = '>= 1.9.3'
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0")
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
@@ -27,12 +27,11 @@ Gem::Specification.new do |spec|
27
27
  # spec.add_dependency('active-triples', '~> 0.4')
28
28
 
29
29
  spec.add_dependency('active_triples-local_name', '~> 0.1')
30
-
31
- # GETTING FROM GEMFILE UNTIL ld4l-foaf_rdf GEM IS RELEASED
32
- # spec.add_dependency('ld4l-foaf_rdf', '~> 0.0')
30
+ spec.add_dependency('ld4l-foaf_rdf', '~> 0.0')
33
31
 
34
32
  spec.add_development_dependency('pry')
35
- spec.add_development_dependency('pry-byebug')
33
+ # spec.add_development_dependency('pry-byebug') # Works with ruby > 2
34
+ # spec.add_development_dependency('pry-debugger') # Works with ruby < 2
36
35
  spec.add_development_dependency('rdoc')
37
36
  spec.add_development_dependency('rspec')
38
37
  spec.add_development_dependency('guard-rspec')
@@ -1,5 +1,5 @@
1
1
  module LD4L
2
2
  module OpenAnnotationRDF
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,125 +1,125 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ld4l-open_annotation_rdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - E. Lynette Rayle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-07 00:00:00.000000000 Z
11
+ date: 2015-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdf
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: active_triples-local_name
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.1'
41
41
  - !ruby/object:Gem::Dependency
42
- name: pry
42
+ name: ld4l-foaf_rdf
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
47
+ version: '0.0'
48
+ type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '0.0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: pry-byebug
56
+ name: pry
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rdoc
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - ! '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - ! '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rspec
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - ! '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - ! '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: guard-rspec
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ">="
101
+ - - ! '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ">="
108
+ - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: webmock
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ">="
115
+ - - ! '>='
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ">="
122
+ - - ! '>='
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  description: LD4L Open Annotation RDF provides tools for modeling a annotations based
@@ -132,9 +132,8 @@ extra_rdoc_files:
132
132
  - LICENSE.txt
133
133
  - README.md
134
134
  files:
135
- - ".gitignore"
136
- - ".ruby-gemset"
137
- - ".ruby-version"
135
+ - .gitignore
136
+ - .travis.yml
138
137
  - Gemfile
139
138
  - LICENSE.txt
140
139
  - README.md
@@ -173,12 +172,12 @@ require_paths:
173
172
  - lib
174
173
  required_ruby_version: !ruby/object:Gem::Requirement
175
174
  requirements:
176
- - - ">="
175
+ - - ! '>='
177
176
  - !ruby/object:Gem::Version
178
- version: 2.1.2
177
+ version: 1.9.3
179
178
  required_rubygems_version: !ruby/object:Gem::Requirement
180
179
  requirements:
181
- - - ">="
180
+ - - ! '>='
182
181
  - !ruby/object:Gem::Version
183
182
  version: '0'
184
183
  requirements: []
@@ -198,4 +197,3 @@ test_files:
198
197
  - spec/ld4l/open_annotation_rdf/tag_body_spec.rb
199
198
  - spec/ld4l/open_annotation_rdf_spec.rb
200
199
  - spec/spec_helper.rb
201
- has_rdoc:
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- ld4l-oa-gem_no-rails
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- ruby-2.1.2