sinatra-jsonp 0.1 → 0.1.1

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.
Files changed (2) hide show
  1. data/README.md +6 -0
  2. metadata +6 -5
data/README.md CHANGED
@@ -31,3 +31,9 @@ Simple example:
31
31
  jsonp data, 'functionA'
32
32
  end
33
33
 
34
+ License
35
+ -------
36
+
37
+ sinatra-jsonp is licensed under the MIT license.
38
+
39
+
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- version: "0.1"
8
+ - 1
9
+ version: 0.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Serg Podtynnyi
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2010-05-03 00:00:00 +04:00
17
+ date: 2010-05-07 00:00:00 +04:00
17
18
  default_executable:
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
@@ -30,7 +31,7 @@ dependencies:
30
31
  type: :runtime
31
32
  version_requirements: *id001
32
33
  - !ruby/object:Gem::Dependency
33
- name: json
34
+ name: json_pure
34
35
  prerelease: false
35
36
  requirement: &id002 !ruby/object:Gem::Requirement
36
37
  requirements:
@@ -42,7 +43,7 @@ dependencies:
42
43
  version: "1.4"
43
44
  type: :runtime
44
45
  version_requirements: *id002
45
- description: Simple extension to produce JSONP/JSON output
46
+ description: JSONP output helper for Sinatra
46
47
  email: serg.podtynnyi@gmail.com
47
48
  executables: []
48
49
 
@@ -82,6 +83,6 @@ rubyforge_project:
82
83
  rubygems_version: 1.3.6
83
84
  signing_key:
84
85
  specification_version: 3
85
- summary: Simple extension to produce JSONP/JSON output
86
+ summary: JSONP output helper for Sinatra
86
87
  test_files: []
87
88