miura 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: '089f01e1da974d9025647a6f300628f7585b60f5c3c97e7c95213b2b430564ad'
4
- data.tar.gz: cdb6e1a14c7909c4807002938177a23ef8fa990b92a451229d15853cd27ef409
3
+ metadata.gz: bd07203c03abaa57a8aba5e5aba8430c1d0b758dfa7e4bfa7c622df405636a85
4
+ data.tar.gz: aaf0ed0b8e70ec870510cc7b48e3482945d7d91dc29821127854856a0ded3432
5
5
  SHA512:
6
- metadata.gz: fda945aab695f2ca7e8b7cb5b2b1ceaffa5a59e0ce5c0fbf653a7adbd9ca651c82b9854a528362f0f8559b958d548ccb125a2f335df4763de3ed4f59a2f870f0
7
- data.tar.gz: 13289602e64c0d4f2fdacdd29ea080e2a840a5c2255abe54595856e423b7937489596a4d9a4295d08141c7aaf99905f9aaef36faf7acbbbc41947ed94b8389f1
6
+ metadata.gz: 8a50ddee9f8b0e8aff5970c9fffeed92e6c2c4870f5e03999a3810bafdd6931ce8a17651fecbf127e286fd292a9ad23d68e5670daea91dc84cbaea7a3abd7a3d
7
+ data.tar.gz: 86fb213278602c55d67cecadb9af6010c03020ab68572c753f92b9b9c1c72f44f76211dc598736f649eedd0dd1a926e17bb764c9916dee6dbf92eee830f042a3
data/MIT-LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Kei Takakuda
4
+
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:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all 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
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -35,3 +35,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
35
35
  ## Contributing
36
36
 
37
37
  Bug reports and pull requests are welcome on GitHub at https://github.com/takakuda/miura.
38
+
39
+ ## License
40
+
41
+ The gem is available as open source under the terms of the [MIT License.](https://opensource.org/licenses/MIT)
data/lib/miura/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Miura
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/miura.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["kei"]
10
10
  spec.email = ["kei.takakuda.0415@icloud.com"]
11
11
 
12
- spec.summary = 'remove conducive before_action'
13
- spec.description = 'as much as possible remove before_action each controller'
12
+ spec.summary = 'thinking about Miura'
13
+ spec.description = 'thinking about Miura'
14
14
  spec.homepage = 'https://github.com/takakuda/miura'
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kei
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: as much as possible remove before_action each controller
55
+ description: thinking about Miura
56
56
  email:
57
57
  - kei.takakuda.0415@icloud.com
58
58
  executables: []
@@ -64,6 +64,7 @@ files:
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
66
  - Gemfile.lock
67
+ - MIT-LICENSE
67
68
  - README.md
68
69
  - Rakefile
69
70
  - bin/console
@@ -92,5 +93,5 @@ requirements: []
92
93
  rubygems_version: 3.0.3
93
94
  signing_key:
94
95
  specification_version: 4
95
- summary: remove conducive before_action
96
+ summary: thinking about Miura
96
97
  test_files: []