transponder 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/transponder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8c2a5539eaf9418f4932124cb525fe8edc06a7a
|
|
4
|
+
data.tar.gz: cb0c7f33c9868a9d4fdc968a416b0b111065463e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cee4acc89aa99edfd5138ea7d6c4151e7b6159f8a280288d9a62825d2fb00b6933da105d73d09ae24e44c97e8e3acc1c1ef8eb91cf632546f421f3a45e665b9
|
|
7
|
+
data.tar.gz: d57cf19f6d0ebb299aaeb0f488cfdfe61b217551dbd67a18bf0caeae1bc00bcb05514dde964f639a72440a8c8a81e8f70b36ed6898cbc5223d880f248941bbd3
|
data/README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
# Transponder
|
|
2
|
+
[](https://www.travis-ci.org/zacksiri/transponder) - Master (current release)
|
|
3
|
+
[](https://www.travis-ci.org/zacksiri/transponder) - Develop (next release)
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Write a gem description
|
|
6
|
-
|
|
5
|
+
Transponder is a opinionated javascript library for assisting in working with front end heavy rails app.
|
|
7
6
|
|
|
8
7
|
## Installation
|
|
9
8
|
|
|
@@ -30,3 +29,4 @@ TODO: Write usage instructions here
|
|
|
30
29
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
31
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
32
31
|
5. Create new Pull Request
|
|
32
|
+
|
data/lib/transponder/version.rb
CHANGED