active-triples 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +12 -24
- data/README.md +0 -6
- data/active-triples.gemspec +1 -1
- data/lib/active_triples/version.rb +1 -1
- metadata +3 -4
- data/WAIVER +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6d723c23c6bfda1e8e8973f5554f318b6c4a2d1
|
4
|
+
data.tar.gz: 3faf28d1c82dbfdcb9d5ff72c661d134cba267c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7c7a4d9511deb10aeaa171954f676471ac04ecba82e40cf903bc57173407738deead4fd2d04ee8fb313f44cb4b40b53fb41a6a4e6d8d3a34f374b2af40b4f04
|
7
|
+
data.tar.gz: b5ee0bab4f7a6c215d43ed7d904a0387bbeddd43c3a0285e7cd6ff82d20c7e0152fd0fb651af465ba52adda7221408a52a24f1472ea3884745d389f87747c56b
|
data/LICENSE
CHANGED
@@ -1,24 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
relinquishment in perpetuity of all present and future rights to this
|
14
|
-
software under copyright law.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
19
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
20
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
21
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
22
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
23
|
-
|
24
|
-
For more information, please refer to <http://unlicense.org/>
|
1
|
+
##########################################################################
|
2
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
3
|
+
# you may not use this file except in compliance with the License.
|
4
|
+
# You may obtain a copy of the License at
|
5
|
+
#
|
6
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
#
|
8
|
+
# Unless required by applicable law or agreed to in writing, software
|
9
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
10
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11
|
+
# See the License for the specific language governing permissions and
|
12
|
+
# limitations under the License.
|
data/README.md
CHANGED
@@ -144,9 +144,3 @@ Please observe the following guidelines:
|
|
144
144
|
- Don't leave trailing whitespace (i.e. run ```git diff --check``` before committing).
|
145
145
|
- Use [well formed](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) commit messages.
|
146
146
|
|
147
|
-
By contributing to ActiveTriples, you agree to dedicate all copyright interest over submitted work to the public domain (see the included ```WAIVER``` and ```LICENSE``` files). For substantial contributions, you may be asked to submit a formal disclaimer of your (and/or your employer's) copyright interest in the software.
|
148
|
-
|
149
|
-
License
|
150
|
-
--------
|
151
|
-
|
152
|
-
This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying ```LICENSE``` file.
|
data/active-triples.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.email = 'thomas.johnson@oregonstate.edu'
|
12
12
|
s.summary = %q{RDF graphs in ActiveModel wrappers.}
|
13
13
|
s.description = %q{ActiveTriples provides tools for modeling RDF as discrete resources.}
|
14
|
-
s.license = "
|
14
|
+
s.license = "APACHE2"
|
15
15
|
s.required_ruby_version = '>= 1.9.3'
|
16
16
|
|
17
17
|
s.add_dependency('rdf', '~> 1.1')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-triples
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Johnson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-07-
|
12
|
+
date: 2014-07-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rdf
|
@@ -180,7 +180,6 @@ files:
|
|
180
180
|
- Guardfile
|
181
181
|
- LICENSE
|
182
182
|
- README.md
|
183
|
-
- WAIVER
|
184
183
|
- active-triples.gemspec
|
185
184
|
- lib/active_triples.rb
|
186
185
|
- lib/active_triples/configurable.rb
|
@@ -204,7 +203,7 @@ files:
|
|
204
203
|
- spec/support/active_model_lint.rb
|
205
204
|
homepage: https://github.com/no-reply/ActiveTriples
|
206
205
|
licenses:
|
207
|
-
-
|
206
|
+
- APACHE2
|
208
207
|
metadata: {}
|
209
208
|
post_install_message:
|
210
209
|
rdoc_options: []
|
data/WAIVER
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
I dedicate any and all copyright interest in this software to the
|
2
|
-
public domain. I make this dedication for the benefit of the public at
|
3
|
-
large and to the detriment of my heirs and successors. I intend this
|
4
|
-
dedication to be an overt act of relinquishment in perpetuity of all
|
5
|
-
present and future rights to this software under copyright law.
|