address_picker-rails 0.2.0 → 0.2.1
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/address_picker-rails.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{An address picker with autocompletion and map picking}
|
|
21
21
|
gem.description = %Q{An address picker for Rails with autocompletion and map picking (adapted from https://github.com/sgruhier/jquery-addresspicker)}
|
|
22
|
-
gem.email = "
|
|
22
|
+
gem.email = "c_inconnu2@yahoo.fr"
|
|
23
23
|
gem.authors = ["David DIDIER"]
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "address_picker-rails"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["David DIDIER"]
|
|
12
12
|
s.date = "2012-08-22"
|
|
13
13
|
s.description = "An address picker for Rails with autocompletion and map picking (adapted from https://github.com/sgruhier/jquery-addresspicker)"
|
|
14
|
-
s.email = "
|
|
14
|
+
s.email = "c_inconnu2@yahoo.fr"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.md"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: address_picker-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -173,7 +173,7 @@ dependencies:
|
|
|
173
173
|
version: 1.3.0
|
|
174
174
|
description: An address picker for Rails with autocompletion and map picking (adapted
|
|
175
175
|
from https://github.com/sgruhier/jquery-addresspicker)
|
|
176
|
-
email:
|
|
176
|
+
email: c_inconnu2@yahoo.fr
|
|
177
177
|
executables: []
|
|
178
178
|
extensions: []
|
|
179
179
|
extra_rdoc_files:
|
|
@@ -244,7 +244,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
244
244
|
version: '0'
|
|
245
245
|
segments:
|
|
246
246
|
- 0
|
|
247
|
-
hash:
|
|
247
|
+
hash: 614598885409519193
|
|
248
248
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
249
249
|
none: false
|
|
250
250
|
requirements:
|