paloma 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/TODO.md +1 -0
  3. data/paloma.gemspec +3 -3
  4. 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
@@ -3,6 +3,7 @@ TODO
3
3
 
4
4
  Features
5
5
  -
6
+ * Filters (before, after, around, global)
6
7
  * Setup for coffescript (although I hate coffescript)
7
8
  * A way to manually trigger callbacks with parameters
8
9
 
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'
4
- s.summary = "a sexy way to organize javascript files using Rails` asset pipeline"
5
- s.description = "a sexy way to organize javascript files using Rails` asset pipeline"
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
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: a sexy way to organize javascript files using Rails` asset pipeline
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.21
229
+ rubygems_version: 1.8.24
230
230
  signing_key:
231
231
  specification_version: 3
232
- summary: a sexy way to organize javascript files using Rails` asset pipeline
232
+ summary: Provides an easy way to execute page-specific javascript for Rails.
233
233
  test_files: []