on_the_spot 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bc4fbd0aa8a712c21af0c6a84bcb8e92a6a607e
4
- data.tar.gz: aa99b894b64faddbf238b17c57269a480fb2142c
3
+ metadata.gz: c78dbcfeaf98cd5778045da66e017bc531291792
4
+ data.tar.gz: 10bf21a021d803d15d58ac35b368dd8a307add24
5
5
  SHA512:
6
- metadata.gz: 73a3dcf8c369fcd23128f293a1d69477f2a8595dca347324a8a57f21d29c3e9d024f8654d538ef10db39f2acdffe9e00e8c076f0d42c0fe20dc824e16a3e6bde
7
- data.tar.gz: 150b0c5ea602d4c2f240c10d8eb8e2e88976e37d45d270f663fb94192191c9e780c88c5684f150829a91387ecd137041a346745d8c5291ebe050b7db02bc2cb9
6
+ metadata.gz: 9a6ec871b36e4c80080c4f67f253bba42a50eeb10dee922fb60d309408a4d20578c7842721387fc0f4cb2501a91c8cc60dd9a28263e3d44511821673ce6fd5d5
7
+ data.tar.gz: 10cac80a72071fbdeb16a404262a0fd31593c23ffcdc1363affeba5b7f8c3687fc4a8a64bdddca79123e67ac07636cd664447f7e090428911b342d9ca8f0e052
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
@@ -1,4 +1,4 @@
1
- $(document).on("ready page:load", function() {
1
+ $(document).on("ready page:load turbolinks:load", function() {
2
2
 
3
3
  $(".on_the_spot_editing").mouseover(function() {
4
4
  $(this).addClass('on_the_spot_over');
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: on_the_spot 1.0.4 ruby lib
5
+ # stub: on_the_spot 1.0.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "on_the_spot"
9
- s.version = "1.0.4"
9
+ s.version = "1.0.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Nathan Van der Auwera"]
14
- s.date = "2016-04-12"
14
+ s.date = "2017-01-10"
15
15
  s.description = "Unobtrusive in place editing, using jEditable; only works in Rails 3"
16
16
  s.email = "nathan@dixis.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: on_the_spot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Van der Auwera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-12 00:00:00.000000000 Z
11
+ date: 2017-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec