rush_button 0.1.1 → 0.1.2

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: 4ac51b87acf07dd33b24f35395707ce997b59983
4
- data.tar.gz: 62cbfdd01dda38192fcfd2c38af65094d4ccfdef
3
+ metadata.gz: 25a21f433040de4b9674318004d13f112dc60bd8
4
+ data.tar.gz: cf73683097279576b71923ad6ae1861f655fa360
5
5
  SHA512:
6
- metadata.gz: 64fe3e95cdf42230d17ebcb6bc6ef51dbcec096a59722c0831a1d6b63cb6b7bcf5657ec14698ddaa018b8016b498997ad595bff17abd647686b7ce9120c110e7
7
- data.tar.gz: 64d3ac40a5e8ba0ef81330493a243b693d73a62cbb6d8bcc916df8a3a9006b2ef049a0664e53df416689ab0d4c1e943bd58bc3bc3d40654310dec6d6c566030b
6
+ metadata.gz: e9c325866c54942397674ec4c88161e52cc03d5b55dddefd78533a423d0596fcfa2fa00593a990f9b561ad1cf8fa93d5b47245126b372ebc258c18ba869296f5
7
+ data.tar.gz: 1b88e8827747fae2879ffdb979ac9a1f9295c8a9b5176f3fed706346d8dcba9a94c70ad091d0f140521c4582c3d89b54a4edb3e8d1d3d5dad2e6a0502da10bcf
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2017 gravitonMain
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 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.
@@ -1,3 +1,3 @@
1
1
  module RushButton
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/rush_button.gemspec CHANGED
@@ -6,6 +6,7 @@ require "rush_button/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "rush_button"
8
8
  spec.version = RushButton::VERSION
9
+ spec.licenses = ['MIT']
9
10
  spec.authors = ["graviton"]
10
11
  spec.email = ["https://github.com/gravitonMain"]
11
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rush_button
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - graviton
@@ -94,6 +94,7 @@ files:
94
94
  - ".rspec"
95
95
  - ".travis.yml"
96
96
  - Gemfile
97
+ - LICENSE
97
98
  - README.md
98
99
  - Rakefile
99
100
  - bin/console
@@ -108,7 +109,8 @@ files:
108
109
  - rush_button.gemspec
109
110
  - sample/example.rb
110
111
  homepage: https://github.com/gravitonMain/rush_button
111
- licenses: []
112
+ licenses:
113
+ - MIT
112
114
  metadata: {}
113
115
  post_install_message:
114
116
  rdoc_options: []