paloma 1.2.4 → 1.2.5
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/README.md +1 -1
- data/TODO.md +1 -0
- data/paloma.gemspec +3 -3
- metadata +4 -4
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Paloma
|
2
2
|
======
|
3
3
|
Paloma provides a sexy way to organize javascript files using Rails' asset pipeline.
|
4
|
-
It adds the capability to execute specific javascript code after rendering the controller's response.
|
4
|
+
It adds the capability to execute page-specific javascript code after rendering the controller's response.
|
5
5
|
|
6
6
|
Advantages
|
7
7
|
-
|
data/TODO.md
CHANGED
data/paloma.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'paloma'
|
3
|
-
s.version = '1.2.
|
4
|
-
s.summary = "
|
5
|
-
s.description = "
|
3
|
+
s.version = '1.2.5'
|
4
|
+
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
|
5
|
+
s.description = "Page-specific javascript for Rails done right"
|
6
6
|
s.authors = ["Karl Paragua", "Bia Esmero"]
|
7
7
|
s.email = 'kb.paragua@gmail.com'
|
8
8
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paloma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -156,7 +156,7 @@ dependencies:
|
|
156
156
|
- - ! '>='
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
|
-
description:
|
159
|
+
description: Page-specific javascript for Rails done right
|
160
160
|
email: kb.paragua@gmail.com
|
161
161
|
executables: []
|
162
162
|
extensions: []
|
@@ -226,8 +226,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
226
226
|
version: '0'
|
227
227
|
requirements: []
|
228
228
|
rubyforge_project:
|
229
|
-
rubygems_version: 1.8.
|
229
|
+
rubygems_version: 1.8.24
|
230
230
|
signing_key:
|
231
231
|
specification_version: 3
|
232
|
-
summary:
|
232
|
+
summary: Provides an easy way to execute page-specific javascript for Rails.
|
233
233
|
test_files: []
|