transponder 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: c40f2408f2096967172ba041dde0b7d7988bc667
4
- data.tar.gz: 094ff95286360d4b70e94c53438abeacf557191e
3
+ metadata.gz: 64ac727a35045d8993cfa87dd759ead4297b9e38
4
+ data.tar.gz: 8d5d2f42d65c8290f849ebb373aeee6f68b4fdef
5
5
  SHA512:
6
- metadata.gz: db9da1190715e70557740f0494e457745965ac2bbc3e223432e71f8c1c97ac94f00a9226b5eb1ad6f51c5ee2f3ebb97e4e8450395b3e3b63cb2d2f7107040355
7
- data.tar.gz: 66696e80e7edfa5c13a4a1dc623ea81bb693bf35c6dedbcbc3b5b44f486609db1b206dbf711a910048c9d5acffcedd6354375d92409abb1374e732cf0ac787da
6
+ metadata.gz: 95ada412615a0ef106027eead695a48c87dc93a364fda58afe5a04d059b0ca0772566cbbd19f29d6a935d57060027cf07039ca1cdf57f0d557a36a986bfcef55
7
+ data.tar.gz: 09df03113593d5a5abb7e3d0b955347aae6d57df4c325a4b3c70e3419055a5289ba3c06fe4c3d4c5c15674f83a7e37287b0085aca599fa6891a3947024876404
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Zack Siri
2
+
3
+ MIT License
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:
12
+
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.
@@ -1,3 +1,3 @@
1
1
  module Transponder
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transponder
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
  - Zack Siri
@@ -50,6 +50,7 @@ files:
50
50
  - lib/transponder.rb
51
51
  - lib/transponder/version.rb
52
52
  - README.md
53
+ - LICENSE.txt
53
54
  - test/javascripts/runner/config.rb
54
55
  - test/javascripts/runner/Gemfile
55
56
  - test/javascripts/runner/Gemfile.lock