shouldertap 0.0.1 → 0.0.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: 1740819d2d08afff3bb94be8afc2c5839c7f46bb
4
- data.tar.gz: a17ba1b2455024e4931478f5e6355aed30db9feb
3
+ metadata.gz: a7591b0b225c384693d64daa4f7cfc1c83e3924b
4
+ data.tar.gz: 367e8f46fff3c52f86f3dd74bf4fad1614bec215
5
5
  SHA512:
6
- metadata.gz: 634501df32217504032e74cf39da0100629939a08c5d66912bc38a02b3d88d9f32d2674de7e7ec911b402b70ba4e20988ab87989700e581f733c3ba3ab09fb01
7
- data.tar.gz: f1f0d26ab679d0fea9a2c3becc63f61c612783365cebf64276773a194449c640e4cd888abed129dc0c4e19e22ff1a55a2d98c74553d1c662309994bebb73ff64
6
+ metadata.gz: a88c6940c8c2d84ea9cecbc4394f13be98572834309a724e01791efa6a5bdea85f6b9dc9d9aa334f8e549644b6ab980bd852e6324e545a572de7fc722c5a4504
7
+ data.tar.gz: f20671ee5298f72eadd7729bf9644ba6c152472e65fa079cd0178e289f913b5e64611d159929a195c71e7931e2e85add8b4f373aac924549dc7705f48e5d5fc9
data/LICENSE.txt CHANGED
@@ -1,22 +1,7 @@
1
1
  Copyright (c) 2014 Ryan Doyle
2
2
 
3
- MIT License
3
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
5
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12
6
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
+ You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses.
data/README.md CHANGED
@@ -43,23 +43,8 @@ Please fork and issue a pull request.
43
43
 
44
44
  Copyright (c) 2014 Ryan Doyle
45
45
 
46
- MIT License
47
-
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of this software and associated documentation files (the
50
- "Software"), to deal in the Software without restriction, including
51
- without limitation the rights to use, copy, modify, merge, publish,
52
- distribute, sublicense, and/or sell copies of the Software, and to
53
- permit persons to whom the Software is furnished to do so, subject to
54
- the following conditions:
55
-
56
- The above copyright notice and this permission notice shall be
57
- included in all copies or substantial portions of the Software.
58
-
59
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
60
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
61
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
62
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
63
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
64
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
65
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
47
+
48
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
49
+
50
+ You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses.
@@ -1,3 +1,3 @@
1
1
  module ShoulderTap
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shouldertap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Doyle