on_the_spot 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/app/assets/javascripts/on_the_spot_code.js +1 -1
- data/lib/generators/on_the_spot/install/templates/on_the_spot.en.yml +2 -2
- data/lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml +2 -2
- data/lib/generators/on_the_spot/install/templates/on_the_spot.nl.yml +6 -0
- data/on_the_spot.gemspec +6 -5
- metadata +16 -15
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
YTdlNmY1YWMwNWJlMmE5OGJiODQ3OWY3ZDVhZmFkOTBiMDMzMGM1Ng==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d355c09952b0a052b264ac108de14ff8fdf9b172
|
4
|
+
data.tar.gz: dc158158a2f2437a80d5a234639d6df55f5bb060
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.3
|
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.
|
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.
|
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 = "
|
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.
|
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.
|
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:
|
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.
|
145
|
+
rubygems_version: 2.4.6
|
145
146
|
signing_key:
|
146
147
|
specification_version: 4
|
147
148
|
summary: unobtrusive in place editing
|