sumatra-rails 0.0.6 → 0.0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZWViZTJmMzU4NjcyZDkzNzEwZjhmOGMxNDlmMmQ0NGIzYTMwODU4Yg==
5
+ data.tar.gz: !binary |-
6
+ ZWZhMmVmZWFlMjUyYjk5NGRiYzkxOWYxNjAwMWFiMjRhMDM0NTJkNw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MGRhNTRhMzNkMTdjNzU2ZWQzZWNjOGEzYzEyMTMzYjYxYWQ3MTk1MGIyZTI0
10
+ ZmZhZjgwOWQzZTcyMmZiOTNiMWNiYmU1ZjNjNDBkYzkwYzc2MGUyMGE5ZmRk
11
+ MjdjNmE3MWJhMGMyNzc5MzU0YTRmMjkxN2MyNGIzN2JmOTE5Y2U=
12
+ data.tar.gz: !binary |-
13
+ YmJjZDFiMjQ0NmY1MWY0OTU5NmU1MjBhNTdiMWQ3MTljYTBkNDU3M2QwZDM3
14
+ ZWZiNzFjNTFmNDgxNjY3NDYyYzljODQzZWI5NzljOGFiNzhiMDFkMDg5YTI5
15
+ MDBlOTQxNTRlYThhM2I3N2U5MjJmZjMwMTg2OWFlYzg1ZDdjMmI=
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sumatra-rails (0.0.6)
4
+ sumatra-rails (0.0.6.1)
5
5
  coffee-rails
6
6
  jquery-rails
7
- rails (~> 3.2)
7
+ rails (>= 3.2)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
@@ -44,22 +44,22 @@ GEM
44
44
  coffee-script (2.2.0)
45
45
  coffee-script-source
46
46
  execjs
47
- coffee-script-source (1.6.2)
47
+ coffee-script-source (1.6.1)
48
48
  erubis (2.7.0)
49
49
  execjs (1.4.0)
50
50
  multi_json (~> 1.0)
51
- hike (1.2.1)
51
+ hike (1.2.3)
52
52
  i18n (0.6.1)
53
53
  journey (1.0.4)
54
54
  jquery-rails (2.2.1)
55
55
  railties (>= 3.0, < 5.0)
56
56
  thor (>= 0.14, < 2.0)
57
- json (1.7.7)
57
+ json (1.8.0)
58
58
  mail (2.5.4)
59
59
  mime-types (~> 1.16)
60
60
  treetop (~> 1.4.8)
61
61
  mime-types (1.23)
62
- multi_json (1.7.1)
62
+ multi_json (1.7.7)
63
63
  polyglot (0.3.3)
64
64
  rack (1.4.5)
65
65
  rack-cache (1.2)
@@ -83,7 +83,7 @@ GEM
83
83
  rake (>= 0.8.7)
84
84
  rdoc (~> 3.4)
85
85
  thor (>= 0.14.6, < 2.0)
86
- rake (10.0.3)
86
+ rake (10.1.0)
87
87
  rdoc (3.12.2)
88
88
  json (~> 1.4)
89
89
  sprockets (2.2.2)
@@ -91,9 +91,9 @@ GEM
91
91
  multi_json (~> 1.0)
92
92
  rack (~> 1.0)
93
93
  tilt (~> 1.1, != 1.3.0)
94
- thor (0.17.0)
95
- tilt (1.3.6)
96
- treetop (1.4.12)
94
+ thor (0.18.1)
95
+ tilt (1.4.1)
96
+ treetop (1.4.14)
97
97
  polyglot
98
98
  polyglot (>= 0.3.1)
99
99
  tzinfo (0.3.37)
@@ -1,5 +1,5 @@
1
1
  module Sumatra
2
2
  module Rails
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.6.1"
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = Dir["test/**/*"]
18
18
 
19
- s.add_dependency "rails", "~> 3.2"
19
+ s.add_dependency "rails", ">= 3.2"
20
20
  s.add_dependency "jquery-rails"
21
21
  s.add_dependency "coffee-rails"
22
22
  end
metadata CHANGED
@@ -1,36 +1,32 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sumatra-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
5
- prerelease:
4
+ version: 0.0.6.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tom Scott
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-24 00:00:00.000000000 Z
11
+ date: 2013-06-26 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - ! '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.2'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - ! '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.2'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: jquery-rails
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -46,7 +41,6 @@ dependencies:
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: coffee-rails
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ! '>='
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - ! '>='
60
53
  - !ruby/object:Gem::Version
@@ -117,33 +110,26 @@ files:
117
110
  - vendor/assets/javascripts/sumatra.js.coffee
118
111
  homepage: http://github.com/tubbo/sumatra-rails
119
112
  licenses: []
113
+ metadata: {}
120
114
  post_install_message:
121
115
  rdoc_options: []
122
116
  require_paths:
123
117
  - lib
124
118
  required_ruby_version: !ruby/object:Gem::Requirement
125
- none: false
126
119
  requirements:
127
120
  - - ! '>='
128
121
  - !ruby/object:Gem::Version
129
122
  version: '0'
130
- segments:
131
- - 0
132
- hash: -872142557039444658
133
123
  required_rubygems_version: !ruby/object:Gem::Requirement
134
- none: false
135
124
  requirements:
136
125
  - - ! '>='
137
126
  - !ruby/object:Gem::Version
138
127
  version: '0'
139
- segments:
140
- - 0
141
- hash: -872142557039444658
142
128
  requirements: []
143
129
  rubyforge_project:
144
- rubygems_version: 1.8.23
130
+ rubygems_version: 2.0.0
145
131
  signing_key:
146
- specification_version: 3
132
+ specification_version: 4
147
133
  summary: Sumatra is a CoffeeScript framework for writing beautiful jQuery plugins.
148
134
  test_files:
149
135
  - test/dummy/app/assets/javascripts/application.js