frostale 0.0.8 → 0.0.10

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +18 -17
  3. data/Rakefile +1 -0
  4. data/VERSION +1 -1
  5. data/frostale.gemspec +3 -2
  6. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abf15404674e314b04c4610526da9f95dc9555fcda451b4266169bcc31d6fc8f
4
- data.tar.gz: 4658f1d4d7caf1a762c5114acd112603de4079b60faa0ec9ef0bbef05f3fb6d2
3
+ metadata.gz: 6caed9cd29e473dc63845666f322113d3481dc2ef51d5a088106eddc83bb1164
4
+ data.tar.gz: bab51527ce09775edb6902e4bc4c9cdf17842abc55ead53ef1bc6b9d9c90fb27
5
5
  SHA512:
6
- metadata.gz: 2e2b4848561b3bc93d468a843b678cc70f8e6f24b52b6d34cda09638ab2405af741ab8dd456e0109ad820dda02303153b26b3b6409ebffda983529c579811b48
7
- data.tar.gz: 5e0955a69d047a8642fdfad25155ee81f5ab9082a10c7261410121e84e9973ec7ca5d2c63ebd15f92b953cfe30d5e59e35abeda9c2e66499e84df864ddd5bd9d
6
+ metadata.gz: c05301550ab955f36a42c7e8c8380085577a74ef5d3ff0bb3b23453951a5a1cd4c5b3f4cf34b80bbf625cc28e6c8ddc05598a2601ae007478c89ca6ba746447e
7
+ data.tar.gz: abf57920ccf460b4014b0ef462e1ee9b876aea2ac01e2ff8cfd7accbd923c82f1624d21be64ad7652eeb3c1dd6983da1eb415c1144e2f66be1e1e02159265cf7
data/LICENSE CHANGED
@@ -1,20 +1,21 @@
1
- Copyright (c) 2018 barce
1
+ MIT License
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
3
+ Copyright (c) 2019 barce
10
4
 
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
13
11
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/Rakefile CHANGED
@@ -10,6 +10,7 @@ begin
10
10
  gem.description = %Q{Frostale allows active directory login through a ruby gem.}
11
11
  gem.email = "jbarcelona@gmail.com"
12
12
  gem.homepage = "http://github.com/barce/frostale"
13
+ gem.license = "MIT"
13
14
  gem.authors = ["barce"]
14
15
  # gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
15
16
  gem.add_dependency 'aws-s3','0.6.2'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.8
1
+ 0.0.10
data/frostale.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: frostale 0.0.8 ruby lib
5
+ # stub: frostale 0.0.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "frostale".freeze
9
- s.version = "0.0.8"
9
+ s.version = "0.0.10"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
32
  "test/test_frostale.rb"
33
33
  ]
34
34
  s.homepage = "http://github.com/barce/frostale".freeze
35
+ s.licenses = ["MIT".freeze]
35
36
  s.post_install_message = " \n \nThank you for installing frostale - more info is at\nhttp://github.com/barce/frostale\n \n \n".freeze
36
37
  s.required_ruby_version = Gem::Requirement.new(">= 2.4.6".freeze)
37
38
  s.rubygems_version = "2.7.6.2".freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frostale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - barce
@@ -128,7 +128,8 @@ files:
128
128
  - test/helper.rb
129
129
  - test/test_frostale.rb
130
130
  homepage: http://github.com/barce/frostale
131
- licenses: []
131
+ licenses:
132
+ - MIT
132
133
  metadata: {}
133
134
  post_install_message: " \n \nThank you for installing frostale - more info is at\nhttp://github.com/barce/frostale\n
134
135
  \n \n"