on_the_spot 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGUyZDBhMDFiMmI0MGM5NTM3YzhmMjNjMWVjYjNlMTkyNmVlOTlkZQ==
5
- data.tar.gz: !binary |-
6
- YTdlNmY1YWMwNWJlMmE5OGJiODQ3OWY3ZDVhZmFkOTBiMDMzMGM1Ng==
2
+ SHA1:
3
+ metadata.gz: d355c09952b0a052b264ac108de14ff8fdf9b172
4
+ data.tar.gz: dc158158a2f2437a80d5a234639d6df55f5bb060
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODgxYjQ1NzY2ZGU2ODdhN2NhMDg0MWFhZDllMjczZWViNjVmYjUyZWNmMmQ0
10
- MTEyYmRjOTFiNWVlMmIzZGNjMWJkNTE2ZTAwNGEzYWNmY2M2MDkxZjdiNGE4
11
- MWQzYjE2MWNkODE5MGY0MDdmM2ZkZWI3ZWFiOTY2YzAyMzc0YTU=
12
- data.tar.gz: !binary |-
13
- MzY0MDRiMzg2M2EwZTUxN2ZiNzU5OGY5MjFjZWZiMGM1YzQzMzY3NjAzYTg5
14
- ZGUyYWNjMWQzMTZhMjQ2OGFmNGM2ZWE5NWUzNGQ3MjIwY2Q2YTc5MWJmMTA1
15
- OWNhZWIxNDcwODQ1YzdhMzQxZTI4YTM1MjYwNjJiOGJiOWFlODg=
6
+ metadata.gz: 6e03c5dcc4f9a83643d2d3719f1b1c9f117432e6732d6f8a2bf7a9f337a0a86efd8a8851995736055151b03ed1035e66b967f0437bd0fa549dac588a84193bab
7
+ data.tar.gz: 110c64ff21976eb05f08fbb1a862fff134bc3221ac4e9d5f7aece2b40710afd9958d6761018e3c713b36999b262a8180e645307b3b89a9989f0f67805de9127f
data/Rakefile CHANGED
@@ -28,7 +28,7 @@ RSpec::Core::RakeTask.new(:spec)
28
28
  task :default => :spec
29
29
 
30
30
 
31
- require 'rake/rdoctask'
31
+ require 'rdoc/task'
32
32
  Rake::RDocTask.new do |rdoc|
33
33
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
34
34
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -1,4 +1,4 @@
1
- $(document).ready(function() {
1
+ $(document).on("ready page:load", function() {
2
2
 
3
3
  $(".on_the_spot_editing").mouseover(function() {
4
4
  $(this).addClass('on_the_spot_over');
@@ -1,6 +1,6 @@
1
1
  en:
2
2
  on_the_spot:
3
- ok: Ok
4
- cancel: Cancel
3
+ ok: <button class="btn btn-primary btn-sm">Ok</button>
4
+ cancel: <button class="btn btn-sm">Cancel</button>
5
5
  tooltip: Click to edit ...
6
6
  access_not_allowed: Access is not allowed
@@ -1,6 +1,6 @@
1
1
  fr:
2
2
  on_the_spot:
3
- ok: Ok
4
- cancel: Annuler
3
+ ok: <button class="btn btn-primary btn-sm">Ok</button>
4
+ cancel: <button class="btn btn-sm">Annuler</button>
5
5
  tooltip: Cliquer pour modifier ...
6
6
  access_not_allowed: Il n'est pas permis de modifier cette valeur
@@ -0,0 +1,6 @@
1
+ en:
2
+ on_the_spot:
3
+ ok: <button class="btn btn-primary btn-sm">Ok</button>
4
+ cancel: <button class="btn btn-sm">Herstellen</button>
5
+ tooltip: Klik om te wijzigen ...
6
+ access_not_allowed: Wijziging is niet toegestaan
data/on_the_spot.gemspec CHANGED
@@ -2,15 +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.2 ruby lib
5
+ # stub: on_the_spot 1.0.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "on_the_spot"
9
- s.version = "1.0.2"
9
+ s.version = "1.0.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
+ s.require_paths = ["lib"]
12
13
  s.authors = ["Nathan Van der Auwera"]
13
- s.date = "2013-12-04"
14
+ s.date = "2015-08-24"
14
15
  s.description = "Unobtrusive in place editing, using jEditable; only works in Rails 3"
15
16
  s.email = "nathan@dixis.com"
16
17
  s.extra_rdoc_files = [
@@ -38,6 +39,7 @@ Gem::Specification.new do |s|
38
39
  "lib/generators/on_the_spot/install/templates/jquery.jeditable.mini.js",
39
40
  "lib/generators/on_the_spot/install/templates/on_the_spot.en.yml",
40
41
  "lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml",
42
+ "lib/generators/on_the_spot/install/templates/on_the_spot.nl.yml",
41
43
  "lib/on_the_spot.rb",
42
44
  "lib/on_the_spot/controller_extension.rb",
43
45
  "lib/on_the_spot/on_the_spot_helpers.rb",
@@ -82,8 +84,7 @@ Gem::Specification.new do |s|
82
84
  ]
83
85
  s.homepage = "http://github.com/nathanvda/on_the_spot"
84
86
  s.licenses = ["MIT"]
85
- s.require_paths = ["lib"]
86
- s.rubygems_version = "2.1.11"
87
+ s.rubygems_version = "2.4.6"
87
88
  s.summary = "unobtrusive in place editing"
88
89
 
89
90
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: on_the_spot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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: 2013-12-04 00:00:00.000000000 Z
11
+ date: 2015-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 2.6.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 2.6.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: actionpack
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.0.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 3.0.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: json_pure
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.4.6
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: 1.4.6
55
55
  description: Unobtrusive in place editing, using jEditable; only works in Rails 3
@@ -60,10 +60,10 @@ extra_rdoc_files:
60
60
  - LICENSE
61
61
  - README.markdown
62
62
  files:
63
- - .bundle/config
64
- - .document
65
- - .rspec
66
- - .travis.yml
63
+ - ".bundle/config"
64
+ - ".document"
65
+ - ".rspec"
66
+ - ".travis.yml"
67
67
  - Gemfile
68
68
  - Gemfile.lock
69
69
  - History.md
@@ -80,6 +80,7 @@ files:
80
80
  - lib/generators/on_the_spot/install/templates/jquery.jeditable.mini.js
81
81
  - lib/generators/on_the_spot/install/templates/on_the_spot.en.yml
82
82
  - lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml
83
+ - lib/generators/on_the_spot/install/templates/on_the_spot.nl.yml
83
84
  - lib/on_the_spot.rb
84
85
  - lib/on_the_spot/controller_extension.rb
85
86
  - lib/on_the_spot/on_the_spot_helpers.rb
@@ -131,17 +132,17 @@ require_paths:
131
132
  - lib
132
133
  required_ruby_version: !ruby/object:Gem::Requirement
133
134
  requirements:
134
- - - ! '>='
135
+ - - ">="
135
136
  - !ruby/object:Gem::Version
136
137
  version: '0'
137
138
  required_rubygems_version: !ruby/object:Gem::Requirement
138
139
  requirements:
139
- - - ! '>='
140
+ - - ">="
140
141
  - !ruby/object:Gem::Version
141
142
  version: '0'
142
143
  requirements: []
143
144
  rubyforge_project:
144
- rubygems_version: 2.1.11
145
+ rubygems_version: 2.4.6
145
146
  signing_key:
146
147
  specification_version: 4
147
148
  summary: unobtrusive in place editing