garage_client-rails 0.0.2 → 1.0.0

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
- SHA1:
3
- metadata.gz: 93581d4e033ce6a310ca5c62bf7ba5b9585d5cbb
4
- data.tar.gz: 1b8e0c93433943d812599e13a5d3ca681ee02017
2
+ SHA256:
3
+ metadata.gz: 15fbbf260b4e34305114783da265d5b3653564500183f63cf4f958f8169a3c14
4
+ data.tar.gz: aac1915101eb61321f73ac53b81a74ead37da81ce0c3077210cf380d08575305
5
5
  SHA512:
6
- metadata.gz: 2caa5746d8b1afcbb1d8f19d89deb50b54b9b54c9b0f8cd90a7936ad4664e920af066afbfa65ce1d953eb3d29fb0adcad3d64990c828691fca1a8b3e06e56845
7
- data.tar.gz: 28569ac6ac010551fcf098194ef0cef06da496c9fdb9110254cad7744e6e6bc8928a09f696f53c5d22b915dbd347933aed13ff3435c62881a484f7970d411f46
6
+ metadata.gz: 0a7b280f2ff8eac32e27c1dd43036de468d9279f2dccc974ad9e7d2db42b62074e666aabb85f7393d26ac601aad74497c0510a78e4ad0d61ceb9cc516d6dce30
7
+ data.tar.gz: 75d2fbd44bf4ae5a6fcd239d00c3da817bcaafda0ae3add6f1a35a45cb2e7455294b33bd821dc94e14bbac22cbc66e9ac0b80d2929338c3ef6f48704b2b15572
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2016 Takatoshi Maeda.
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:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
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.
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.require_paths = ["lib"]
25
25
 
26
26
  spec.add_dependency "garage_client"
27
- spec.add_dependency "rails", '>= 4.0.0'
27
+ spec.add_dependency "rails", '>= 5.0.0'
28
28
 
29
29
  spec.add_development_dependency "rake"
30
30
  spec.add_development_dependency "rspec"
@@ -2,8 +2,6 @@ require 'active_support/per_thread_registry'
2
2
 
3
3
  module GarageClient::Rails
4
4
  class RuntimeRegistry
5
- extend ActiveSupport::PerThreadRegistry
6
-
7
- attr_accessor :garage_client_runtime
5
+ thread_mattr_accessor :garage_client_runtime
8
6
  end
9
7
  end
@@ -1,5 +1,5 @@
1
1
  module GarageClient
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garage_client-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takatoshi Maeda
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-25 00:00:00.000000000 Z
11
+ date: 2022-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: garage_client
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 4.0.0
33
+ version: 5.0.0
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
- version: 4.0.0
40
+ version: 5.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -90,6 +90,7 @@ files:
90
90
  - ".gitignore"
91
91
  - ".travis.yml"
92
92
  - Gemfile
93
+ - MIT-LICENSE
93
94
  - README.md
94
95
  - Rakefile
95
96
  - bin/console
@@ -106,7 +107,7 @@ homepage: https://github.com/TakatoshiMaeda/garage_client-rails
106
107
  licenses: []
107
108
  metadata:
108
109
  allowed_push_host: https://rubygems.org/
109
- post_install_message:
110
+ post_install_message:
110
111
  rdoc_options: []
111
112
  require_paths:
112
113
  - lib
@@ -121,9 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
122
  - !ruby/object:Gem::Version
122
123
  version: '0'
123
124
  requirements: []
124
- rubyforge_project:
125
- rubygems_version: 2.4.5
126
- signing_key:
125
+ rubygems_version: 3.3.26
126
+ signing_key:
127
127
  specification_version: 4
128
128
  summary: GarageClient for rails
129
129
  test_files: []