cache_clear_rails 0.2.0 → 0.3.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
2
  SHA1:
3
- metadata.gz: d4bf9b9653bdf0b01cc4feef225fc99c7c95f4fd
4
- data.tar.gz: 14b3e6a7b7527b04eefb1552fb4e21b97bbe2679
3
+ metadata.gz: 0df9e215fa3ca3934384b9b4f172279a5ef4849d
4
+ data.tar.gz: eb5b35124f16f50d4ff8ceb8d9014031f9aafda2
5
5
  SHA512:
6
- metadata.gz: 1cf9b5208862249cd298b5b8c7877517081f8a29df4302e8f86ed443548410c35b9aba81ec7fc4bf1da389d9dc0654a0f8412f0e8f2accfb1886823df7a792aa
7
- data.tar.gz: 0d17e6d478b7135e5c7c038cfe7fffdc3496b9dce7ef3a38af73380adeb10db12cf558a3cbda9bca376ad26788cd195efd1cc0c7cca57d7266b0a4f580191f2f
6
+ metadata.gz: 7da4defc75ceecf05dd0bf4ffdf7e8da3ff2c00bb03c3c6ca566443c19f91149cdb3dec63d9495b1535ba5805adb2620d24b7646a0bca385cfd0dc95a83b4429
7
+ data.tar.gz: 2d94111c8ae0b1f2b327dfac8e70222529f6dd98f18b120152573ee491f863cb79741f479842a444d580c4d4a2675f752dc15f4824d6edf4d25945029711dc57
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 yama@muteki
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
@@ -40,3 +40,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
40
 
41
41
  Bug reports and pull requests are welcome on GitHub at https://github.com/yamamuteki/cache_clear_rails.
42
42
 
43
+
44
+ ## License
45
+
46
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
47
+
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = "Clear Rails cache"
13
13
  spec.description = "This is a rake task to clear Rails cache."
14
14
  spec.homepage = "https://github.com/yamamuteki/cache_clear_rails"
15
+ spec.license = "MIT"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
18
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module CacheClearRails
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cache_clear_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - yama@muteki
@@ -77,6 +77,7 @@ files:
77
77
  - ".rspec"
78
78
  - ".travis.yml"
79
79
  - Gemfile
80
+ - LICENSE.txt
80
81
  - README.md
81
82
  - Rakefile
82
83
  - bin/console
@@ -86,7 +87,8 @@ files:
86
87
  - lib/cache_clear_rails/version.rb
87
88
  - lib/tasks/cache.rake
88
89
  homepage: https://github.com/yamamuteki/cache_clear_rails
89
- licenses: []
90
+ licenses:
91
+ - MIT
90
92
  metadata: {}
91
93
  post_install_message:
92
94
  rdoc_options: []