paloma 1.2.5 → 1.2.6
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/Changelog.md +4 -0
- data/lib/paloma/action_controller_filters.rb +2 -0
- data/paloma.gemspec +1 -1
- data/spec/test_app/log/development.log +4 -0
- data/spec/test_app/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
- data/spec/test_app/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 +0 -0
- metadata +6 -3
data/Changelog.md
CHANGED
data/paloma.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'paloma'
|
|
3
|
-
s.version = '1.2.
|
|
3
|
+
s.version = '1.2.6'
|
|
4
4
|
s.summary = "Provides an easy way to execute page-specific javascript for Rails."
|
|
5
5
|
s.description = "Page-specific javascript for Rails done right"
|
|
6
6
|
s.authors = ["Karl Paragua", "Bia Esmero"]
|
|
Binary file
|
|
Binary file
|
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.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-03-25 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: jquery-rails
|
|
@@ -206,6 +206,9 @@ files:
|
|
|
206
206
|
- spec/sample_app/init.rb
|
|
207
207
|
- spec/sample_app/models.rb
|
|
208
208
|
- spec/spec_helper.rb
|
|
209
|
+
- spec/test_app/log/development.log
|
|
210
|
+
- spec/test_app/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
|
|
211
|
+
- spec/test_app/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6
|
|
209
212
|
homepage: https://github.com/kbparagua/paloma
|
|
210
213
|
licenses: []
|
|
211
214
|
post_install_message:
|
|
@@ -226,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
226
229
|
version: '0'
|
|
227
230
|
requirements: []
|
|
228
231
|
rubyforge_project:
|
|
229
|
-
rubygems_version: 1.8.
|
|
232
|
+
rubygems_version: 1.8.21
|
|
230
233
|
signing_key:
|
|
231
234
|
specification_version: 3
|
|
232
235
|
summary: Provides an easy way to execute page-specific javascript for Rails.
|