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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d6cf7f26813ed44293a6b7203b38086e3b575d5
4
- data.tar.gz: 0810ad91e32b13f6130abc1e31e56284157db424
3
+ metadata.gz: d6d723c23c6bfda1e8e8973f5554f318b6c4a2d1
4
+ data.tar.gz: 3faf28d1c82dbfdcb9d5ff72c661d134cba267c5
5
5
  SHA512:
6
- metadata.gz: 40d43a979b77e9c591e584d7d5a61717990ce62c4f5dce67b8ebeee2806b12a027e7569eb88e2a3d7f9b19c793c8518dc9fe1e98d9c0f973055be3085d231f27
7
- data.tar.gz: 3511436cbfac29ef7b52021786eff8bf3ba157f5b822e70939e23dfff72026a3951d39abc8e0ceb102aa5b00a826861f4d6f6ac6189955c847f8ea9d6c8bf766
6
+ metadata.gz: f7c7a4d9511deb10aeaa171954f676471ac04ecba82e40cf903bc57173407738deead4fd2d04ee8fb313f44cb4b40b53fb41a6a4e6d8d3a34f374b2af40b4f04
7
+ data.tar.gz: b5ee0bab4f7a6c215d43ed7d904a0387bbeddd43c3a0285e7cd6ff82d20c7e0152fd0fb651af465ba52adda7221408a52a24f1472ea3884745d389f87747c56b
data/LICENSE CHANGED
@@ -1,24 +1,12 @@
1
- This is free and unencumbered software released into the public domain.
2
-
3
- Anyone is free to copy, modify, publish, use, compile, sell, or
4
- distribute this software, either in source code form or as a compiled
5
- binary, for any purpose, commercial or non-commercial, and by any
6
- means.
7
-
8
- In jurisdictions that recognize copyright laws, the author or authors
9
- of this software dedicate any and all copyright interest in the
10
- software to the public domain. We make this dedication for the benefit
11
- of the public at large and to the detriment of our heirs and
12
- successors. We intend this dedication to be an overt act of
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.
@@ -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 = "Public Domain"
14
+ s.license = "APACHE2"
15
15
  s.required_ruby_version = '>= 1.9.3'
16
16
 
17
17
  s.add_dependency('rdf', '~> 1.1')
@@ -1,3 +1,3 @@
1
1
  module ActiveTriples
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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-03 00:00:00.000000000 Z
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
- - Public Domain
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.