jsend_wrapper-rails 0.1.0 → 0.1.3
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 +1 -1
- data/Rakefile +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2aec426a71e880af5186aed2415ca18b84577f7
|
|
4
|
+
data.tar.gz: 5fe8e2310b6ea9d72d6a5f9ab8207a6c26fc5354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c91c8f286be617c60ee2ebbbac8f54871fa0242f90cc65a312ee01a040531d1b5de50f175540e20863e6cd085ace5b7c5f8f4e25953d13259a552fc46efd88e
|
|
7
|
+
data.tar.gz: ad1c3f2f9478f71bfe46e81f350378128ebe759d58216ab1b604e2a683c0afe3fe1371e93dd1683488ff7a1cb2ce39c797ce2246cbda83f301b5a318a71e50e4
|
data/README.md
CHANGED
|
@@ -302,5 +302,5 @@ HTTP header(s) are most appropriate to the corresponding body.
|
|
|
302
302
|
|
|
303
303
|
### License
|
|
304
304
|
|
|
305
|
-
The JSend specification
|
|
305
|
+
The JSend specification is covered under a
|
|
306
306
|
[License modified BSD License](http://labs.omniti.com/labs/jsend/wiki/License)
|
data/Rakefile
CHANGED
|
@@ -35,7 +35,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
35
35
|
gem.license = 'GPL 3'
|
|
36
36
|
gem.summary = 'Wraps JSON in a JSend envelope'
|
|
37
37
|
gem.description = <<-EOF.strip.gsub /\s+/, ' '
|
|
38
|
-
|
|
38
|
+
{ "status": "success", "data": "Wraps JSON views in JSend containers" }
|
|
39
39
|
EOF
|
|
40
40
|
gem.email = 'jon@ertt.ca'
|
|
41
41
|
gem.authors = ['Jon Sangster']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jsend_wrapper-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Sangster
|
|
@@ -80,7 +80,8 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '4.2'
|
|
83
|
-
description:
|
|
83
|
+
description: '{ "status": "success", "data": "Wraps JSON views in JSend containers"
|
|
84
|
+
}'
|
|
84
85
|
email: jon@ertt.ca
|
|
85
86
|
executables: []
|
|
86
87
|
extensions: []
|