arii 1.6 → 1.7

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/LICENSE +3 -20
  3. data/arii.gemspec +2 -2
  4. data/lib/arii/version.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 194ecd1fa2cf00cdee0bd568f4fa2a281c2667c4
4
- data.tar.gz: 0e269c4c5f515efe8dd94ad2e40efc6235c523f5
3
+ metadata.gz: a6be30113f3d3eea18c5c4d19f14b9cabb2f1eef
4
+ data.tar.gz: 3b581b00830cf709707c8622c7d9cf17f2b92a1d
5
5
  SHA512:
6
- metadata.gz: 2995959f9093ae662454a8be963b698f990abebeb4eac2af4d390c1c18e6e7af05a70a01114457e5a603bde198ca9f2a9673e66920be87685e771ea7c8145d59
7
- data.tar.gz: ebe95cc058aace1a96cfcc67a3f6b95093a1d3c74cf46d41219ce4b7431edae90119045e90e88e860dd2f1358ec2dfe3d1e2a3d2a96668bb008d1e764c9c270e
6
+ metadata.gz: 546c5905fd9d05864ad7a04861226bb2d9f00e2abdd343abe8891488a4d743c908c3bc5aafa8120fb087444e4a2b381fb688503b4e1ced61286980674c88cc87
7
+ data.tar.gz: 6a2cdb0c4d3c634fd76d351e506ddf7bc0e0a4aafbc1a0f8240dd3914e6d94a3b1e881e60702772d0b9f04ee5dade410d48ea0c8803881b934df03a3edbd7e7f
data/LICENSE CHANGED
@@ -1,22 +1,5 @@
1
- Copyright (c) 2015 Pedro Lopes for ARiiP http://ariip.com
1
+ Copyright (c) 2015 Pedro Lopes for ARiiP https://ariip.com/
2
2
 
3
- MIT License
3
+ CC Attribution-NonCommercial-NoDerivatives 4.0 International License
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
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
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5
+ This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
data/arii.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["hello@pedrolopes.net"]
11
11
  spec.summary = %q{arii client library for distributed agents.}
12
12
  spec.description = %q{ARiiP: integrate everything. Automated real-time integration & interoperability platform.}
13
- spec.homepage = "http://ariip.com/"
14
- spec.license = "MIT"
13
+ spec.homepage = "https://ariip.com//"
14
+ spec.license = "CC Attribution-NonCommercial-NoDerivatives 4.0 International"
15
15
  spec.files = `git ls-files`.split($/)
16
16
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
data/lib/arii/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ARII
2
- VERSION = "1.6"
2
+ VERSION = "1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arii
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.6'
4
+ version: '1.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Lopes
@@ -142,9 +142,9 @@ files:
142
142
  - lib/arii/xmlseedreader.rb
143
143
  - test/lib/i2x/version_test.rb
144
144
  - test/test_helper.rb
145
- homepage: http://ariip.com/
145
+ homepage: https://ariip.com//
146
146
  licenses:
147
- - MIT
147
+ - CC Attribution-NonCommercial-NoDerivatives 4.0 International
148
148
  metadata: {}
149
149
  post_install_message:
150
150
  rdoc_options: []