websmsby 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/websmsby/version.rb +1 -1
  3. metadata +2 -3
  4. data/MIT-LICENSE +0 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 52701663815b22e73038cc2005c934c1a16717d6
4
- data.tar.gz: f033da4320a5c239b13d94d0905534b9aaabb06f
3
+ metadata.gz: 739cab1e050cd74a97be9a32552d33e02f551b88
4
+ data.tar.gz: 25a2727160e4234e4233bfcd4945dfee9ae8b211
5
5
  SHA512:
6
- metadata.gz: 355de207a00aee049a4c8671982955b2873f962705085afd9544fc4c2d7a46a849907317f855dfbcdf196493c08aa2ee0854ff0f6089d830a3490bd76c16bc99
7
- data.tar.gz: c7634542e6135dca4d0d2dd36d1c014a628dccb1f20d28744f8813682768747cf3ca741412a221e6941e0bc048079b183cd796bbcb58909d07c8a374b572b1c6
6
+ metadata.gz: a2e44a42c39bc9bd70db436b61d95aa3f4cb5a31fb0edf11cff9c6de064b0171d3774319eac29ff98c78f67ae3820734ab94ea673cabe212438e709c9675f9d1
7
+ data.tar.gz: 90542f61bb31cdce27aa79bb2328db6a6244394e94640c80cf602c96b814c0a194e31ec4275fa8bbfc3840876203f11b220d642fb9785e7ab2def25cb0a8bc67
@@ -1,3 +1,3 @@
1
1
  module Websmsby
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: websmsby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - qw4n7y
@@ -44,7 +44,6 @@ files:
44
44
  - lib/websmsby/version.rb
45
45
  - lib/websmsby/websmsby_api.rb
46
46
  - lib/websmsby.rb
47
- - MIT-LICENSE
48
47
  - Rakefile
49
48
  - test/dummy/app/assets/javascripts/application.js
50
49
  - test/dummy/app/assets/stylesheets/application.css
@@ -82,7 +81,7 @@ files:
82
81
  - test/websmsby_test.rb
83
82
  homepage: https://github.com/qw4n7y/websmsby-gem
84
83
  licenses:
85
- - MIT
84
+ - GPL-3
86
85
  metadata: {}
87
86
  post_install_message:
88
87
  rdoc_options: []
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2013 YOURNAME
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.