jpbuilder 0.2.1 → 0.2.2
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.
- data/{Users/jwebb/src/bigjason/jpbuilder/Gemfile → Gemfile} +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/Gemfile.lock → Gemfile.lock} +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/LICENSE → LICENSE} +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/README.md → README.md} +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/Rakefile → Rakefile} +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/jpbuilder-0.1.0.gem → jpbuilder-0.1.0.gem} +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/jpbuilder.gemspec → jpbuilder.gemspec} +1 -1
- data/{Users/jwebb/src/bigjason/jpbuilder/lib → lib}/jpbuilder-handler.rb +0 -0
- data/{Users/jwebb/src/bigjason/jpbuilder/lib → lib}/jpbuilder.rb +0 -0
- data/pkg/jpbuilder-0.2.1.gem +0 -0
- metadata +13 -18
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
|
|
|
4
4
|
gem.authors = ["Jason Webb"]
|
|
5
5
|
gem.email = ["bigjasonwebb@gmail.com"]
|
|
6
6
|
gem.summary = "A small template extension to add JSONP support to Jbuilder."
|
|
7
|
-
gem.version = "0.2.
|
|
7
|
+
gem.version = "0.2.2"
|
|
8
8
|
gem.homepage = "https://github.com/bigjason/jpbuilder"
|
|
9
9
|
gem.files = Dir["#{File.dirname(__FILE__)}/**/*"]
|
|
10
10
|
gem.name = "jpbuilder"
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jpbuilder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-06-21 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jbuilder
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70280321006000 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70280321006000
|
|
25
25
|
description:
|
|
26
26
|
email:
|
|
27
27
|
- bigjasonwebb@gmail.com
|
|
@@ -29,15 +29,16 @@ executables: []
|
|
|
29
29
|
extensions: []
|
|
30
30
|
extra_rdoc_files: []
|
|
31
31
|
files:
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
- /
|
|
40
|
-
-
|
|
32
|
+
- ./Gemfile
|
|
33
|
+
- ./Gemfile.lock
|
|
34
|
+
- ./jpbuilder-0.1.0.gem
|
|
35
|
+
- ./jpbuilder.gemspec
|
|
36
|
+
- ./lib/jpbuilder-handler.rb
|
|
37
|
+
- ./lib/jpbuilder.rb
|
|
38
|
+
- ./LICENSE
|
|
39
|
+
- ./pkg/jpbuilder-0.2.1.gem
|
|
40
|
+
- ./Rakefile
|
|
41
|
+
- ./README.md
|
|
41
42
|
homepage: https://github.com/bigjason/jpbuilder
|
|
42
43
|
licenses: []
|
|
43
44
|
post_install_message:
|
|
@@ -50,18 +51,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
50
51
|
- - ! '>='
|
|
51
52
|
- !ruby/object:Gem::Version
|
|
52
53
|
version: '0'
|
|
53
|
-
segments:
|
|
54
|
-
- 0
|
|
55
|
-
hash: -3969643636571762822
|
|
56
54
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
55
|
none: false
|
|
58
56
|
requirements:
|
|
59
57
|
- - ! '>='
|
|
60
58
|
- !ruby/object:Gem::Version
|
|
61
59
|
version: '0'
|
|
62
|
-
segments:
|
|
63
|
-
- 0
|
|
64
|
-
hash: -3969643636571762822
|
|
65
60
|
requirements: []
|
|
66
61
|
rubyforge_project:
|
|
67
62
|
rubygems_version: 1.8.10
|