administrate-field-country 0.0.1 → 0.0.2

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: 30873a459b87cb35de01bf97a09dbc4d70f80401
4
- data.tar.gz: 4187014f040db16b6062f0cf23b99fa01c4cad96
3
+ metadata.gz: 1df831c4e740a81b21ccd68de5584d64e708998e
4
+ data.tar.gz: e267fe3918f07cfe6050a505dd76130e6ed79014
5
5
  SHA512:
6
- metadata.gz: 812ca887f52c822e6619c01fd6ceb533c65bac66cff6a8567615b48c007045de28bf5e40b5ddfeccf181fe1a4fdd6bfdf5c1c4f5b0d27995b3a314d3e58e73e0
7
- data.tar.gz: 42cfc0e959da32942866d9c3300218dd540e7dbc3420e308249c4bedacf350ee95ba9cfb95c81a02e531ca41f5199482b087dd86c39a539672b7748e5656fbbd
6
+ metadata.gz: 84badd1e46cbabe99cc709ffebfb4835c9f014876841cd3e146ff755189edee6d807ff4a4c67af02e7986ae707110a650fda7f9b18d732f655d81d3f97297f0f
7
+ data.tar.gz: dc54727de4bce21f0e751e3a6437f0868c0d4e901fb08672e73477643c941e5b51150bae7f5823c3391c3abfb61f5d5bdbc0bc3aed90bc34f5223a6267c292ab
data/.gitignore CHANGED
@@ -1,9 +1 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
1
+ *.gem
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## [v0.0.2](https://github.com/zooppa/administrate-field-country/tree/v0.0.2) (2016-11-29)
4
+ [Full Changelog](https://github.com/zooppa/administrate-field-country/compare/v0.0.1...v0.0.2)
5
+
6
+ * Bump up Administrate dependency
7
+
8
+ ## [v0.0.1](https://github.com/zooppa/administrate-field-country/tree/v0.0.1) (2016-11-29)
9
+ First release
data/Gemfile.lock ADDED
@@ -0,0 +1,193 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ administrate-field-country (0.0.2)
5
+ administrate (~> 0.4.0)
6
+ country_select (~> 3.0)
7
+ rails (>= 4.2)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (5.0.2)
13
+ actionpack (= 5.0.2)
14
+ nio4r (>= 1.2, < 3.0)
15
+ websocket-driver (~> 0.6.1)
16
+ actionmailer (5.0.2)
17
+ actionpack (= 5.0.2)
18
+ actionview (= 5.0.2)
19
+ activejob (= 5.0.2)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.0.2)
23
+ actionview (= 5.0.2)
24
+ activesupport (= 5.0.2)
25
+ rack (~> 2.0)
26
+ rack-test (~> 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.0.2)
30
+ activesupport (= 5.0.2)
31
+ builder (~> 3.1)
32
+ erubis (~> 2.7.0)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.0.2)
36
+ activesupport (= 5.0.2)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.0.2)
39
+ activesupport (= 5.0.2)
40
+ activerecord (5.0.2)
41
+ activemodel (= 5.0.2)
42
+ activesupport (= 5.0.2)
43
+ arel (~> 7.0)
44
+ activesupport (5.0.2)
45
+ concurrent-ruby (~> 1.0, >= 1.0.2)
46
+ i18n (~> 0.7)
47
+ minitest (~> 5.1)
48
+ tzinfo (~> 1.1)
49
+ administrate (0.4.0)
50
+ autoprefixer-rails (~> 6.0)
51
+ bourbon (~> 4.2)
52
+ datetime_picker_rails (~> 0.0.7)
53
+ jquery-rails (~> 4.0)
54
+ kaminari (~> 0.16)
55
+ momentjs-rails (~> 2.8)
56
+ neat (~> 1.1)
57
+ normalize-rails (~> 3.0)
58
+ rails (>= 4.2, < 5.1)
59
+ sass-rails (~> 5.0)
60
+ selectize-rails (~> 0.6)
61
+ arel (7.1.4)
62
+ autoprefixer-rails (6.7.7)
63
+ execjs
64
+ bourbon (4.3.3)
65
+ sass (~> 3.4)
66
+ thor (~> 0.19)
67
+ builder (3.2.3)
68
+ concurrent-ruby (1.0.5)
69
+ countries (2.0.8)
70
+ i18n_data (~> 0.7.0)
71
+ money (~> 6.7)
72
+ sixarm_ruby_unaccent (~> 1.1)
73
+ unicode_utils (~> 1.4)
74
+ country_select (3.0.0)
75
+ countries (~> 2.0)
76
+ sort_alphabetical (~> 1.0)
77
+ datetime_picker_rails (0.0.7)
78
+ momentjs-rails (>= 2.8.1)
79
+ diff-lcs (1.3)
80
+ erubis (2.7.0)
81
+ execjs (2.7.0)
82
+ globalid (0.3.7)
83
+ activesupport (>= 4.1.0)
84
+ i18n (0.8.1)
85
+ i18n_data (0.7.0)
86
+ jquery-rails (4.2.2)
87
+ rails-dom-testing (>= 1, < 3)
88
+ railties (>= 4.2.0)
89
+ thor (>= 0.14, < 2.0)
90
+ kaminari (0.17.0)
91
+ actionpack (>= 3.0.0)
92
+ activesupport (>= 3.0.0)
93
+ loofah (2.0.3)
94
+ nokogiri (>= 1.5.9)
95
+ mail (2.6.4)
96
+ mime-types (>= 1.16, < 4)
97
+ method_source (0.8.2)
98
+ mime-types (3.1)
99
+ mime-types-data (~> 3.2015)
100
+ mime-types-data (3.2016.0521)
101
+ mini_portile2 (2.1.0)
102
+ minitest (5.10.1)
103
+ momentjs-rails (2.17.1)
104
+ railties (>= 3.1)
105
+ money (6.8.2)
106
+ i18n (>= 0.6.4, < 0.9)
107
+ sixarm_ruby_unaccent (>= 1.1.1, < 2)
108
+ neat (1.8.0)
109
+ sass (>= 3.3)
110
+ thor (~> 0.19)
111
+ nio4r (2.0.0)
112
+ nokogiri (1.7.1)
113
+ mini_portile2 (~> 2.1.0)
114
+ normalize-rails (3.0.3)
115
+ rack (2.0.1)
116
+ rack-test (0.6.3)
117
+ rack (>= 1.0)
118
+ rails (5.0.2)
119
+ actioncable (= 5.0.2)
120
+ actionmailer (= 5.0.2)
121
+ actionpack (= 5.0.2)
122
+ actionview (= 5.0.2)
123
+ activejob (= 5.0.2)
124
+ activemodel (= 5.0.2)
125
+ activerecord (= 5.0.2)
126
+ activesupport (= 5.0.2)
127
+ bundler (>= 1.3.0, < 2.0)
128
+ railties (= 5.0.2)
129
+ sprockets-rails (>= 2.0.0)
130
+ rails-dom-testing (2.0.2)
131
+ activesupport (>= 4.2.0, < 6.0)
132
+ nokogiri (~> 1.6)
133
+ rails-html-sanitizer (1.0.3)
134
+ loofah (~> 2.0)
135
+ railties (5.0.2)
136
+ actionpack (= 5.0.2)
137
+ activesupport (= 5.0.2)
138
+ method_source
139
+ rake (>= 0.8.7)
140
+ thor (>= 0.18.1, < 2.0)
141
+ rake (10.5.0)
142
+ rspec (3.5.0)
143
+ rspec-core (~> 3.5.0)
144
+ rspec-expectations (~> 3.5.0)
145
+ rspec-mocks (~> 3.5.0)
146
+ rspec-core (3.5.4)
147
+ rspec-support (~> 3.5.0)
148
+ rspec-expectations (3.5.0)
149
+ diff-lcs (>= 1.2.0, < 2.0)
150
+ rspec-support (~> 3.5.0)
151
+ rspec-mocks (3.5.0)
152
+ diff-lcs (>= 1.2.0, < 2.0)
153
+ rspec-support (~> 3.5.0)
154
+ rspec-support (3.5.0)
155
+ sass (3.4.23)
156
+ sass-rails (5.0.6)
157
+ railties (>= 4.0.0, < 6)
158
+ sass (~> 3.1)
159
+ sprockets (>= 2.8, < 4.0)
160
+ sprockets-rails (>= 2.0, < 4.0)
161
+ tilt (>= 1.1, < 3)
162
+ selectize-rails (0.12.4)
163
+ sixarm_ruby_unaccent (1.1.1)
164
+ sort_alphabetical (1.1.0)
165
+ unicode_utils (>= 1.2.2)
166
+ sprockets (3.7.1)
167
+ concurrent-ruby (~> 1.0)
168
+ rack (> 1, < 3)
169
+ sprockets-rails (3.2.0)
170
+ actionpack (>= 4.0)
171
+ activesupport (>= 4.0)
172
+ sprockets (>= 3.0.0)
173
+ thor (0.19.4)
174
+ thread_safe (0.3.6)
175
+ tilt (2.0.7)
176
+ tzinfo (1.2.2)
177
+ thread_safe (~> 0.1)
178
+ unicode_utils (1.4.0)
179
+ websocket-driver (0.6.5)
180
+ websocket-extensions (>= 0.1.0)
181
+ websocket-extensions (0.1.2)
182
+
183
+ PLATFORMS
184
+ ruby
185
+
186
+ DEPENDENCIES
187
+ administrate-field-country!
188
+ bundler (~> 1.13)
189
+ rake (~> 10.0)
190
+ rspec (~> 3.0)
191
+
192
+ BUNDLED WITH
193
+ 1.14.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Administrate::Field::Country
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/z-productions/administrate-field-country/badges/gpa.svg)](https://codeclimate.com/github/z-productions/administrate-field-country)
3
+ [![Code Climate](https://codeclimate.com/github/zooppa/administrate-field-country/badges/gpa.svg)](https://codeclimate.com/github/zooppa/administrate-field-country)
4
4
 
5
5
  A plugin to deal with country selection in [Administrate], with the help of [country_select] gem.
6
6
 
@@ -4,30 +4,21 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'administrate-field-country'
7
- gem.version = '0.0.1'
7
+ gem.version = '0.0.2'
8
8
  gem.authors = ['Marco Arduini']
9
9
  gem.email = ['mar.arduini@gmail.com']
10
10
 
11
11
  gem.summary = 'A plugin to deal with country selection in Administrate'
12
12
  gem.description = gem.summary
13
- gem.homepage = 'https://github.com/z-productions/administrate-field-country'
13
+ gem.homepage = 'https://github.com/zooppa/administrate-field-country'
14
14
  gem.license = 'MIT'
15
15
 
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- if gem.respond_to?(:metadata)
19
- gem.metadata['allowed_push_host'] = 'https://rubygems.org'
20
- else
21
- raise 'RubyGems 2.0 or newer is required to protect against ' \
22
- 'public gem pushes.'
23
- end
24
-
25
16
  gem.require_paths = ['lib']
26
17
  gem.files = `git ls-files -z`.split("\x0").reject do |f|
27
18
  f.match(%r{^(test|spec|features)/})
28
19
  end
29
20
 
30
- gem.add_runtime_dependency 'administrate', '~> 0.3.0'
21
+ gem.add_runtime_dependency 'administrate', '~> 0.4.0'
31
22
  gem.add_runtime_dependency 'rails', '>= 4.2'
32
23
  gem.add_runtime_dependency 'country_select', '~> 3.0'
33
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-country
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Arduini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-10 00:00:00.000000000 Z
11
+ date: 2017-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.3.0
19
+ version: 0.4.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.3.0
26
+ version: 0.4.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -104,7 +104,9 @@ files:
104
104
  - ".gitignore"
105
105
  - ".rspec"
106
106
  - ".travis.yml"
107
+ - CHANGELOG.md
107
108
  - Gemfile
109
+ - Gemfile.lock
108
110
  - LICENSE.txt
109
111
  - README.md
110
112
  - Rakefile
@@ -113,11 +115,10 @@ files:
113
115
  - app/views/fields/country/_index.html.erb
114
116
  - app/views/fields/country/_show.html.erb
115
117
  - lib/administrate/field/country.rb
116
- homepage: https://github.com/z-productions/administrate-field-country
118
+ homepage: https://github.com/zooppa/administrate-field-country
117
119
  licenses:
118
120
  - MIT
119
- metadata:
120
- allowed_push_host: https://rubygems.org
121
+ metadata: {}
121
122
  post_install_message:
122
123
  rdoc_options: []
123
124
  require_paths:
@@ -134,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
135
  version: '0'
135
136
  requirements: []
136
137
  rubyforge_project:
137
- rubygems_version: 2.5.1
138
+ rubygems_version: 2.6.8
138
139
  signing_key:
139
140
  specification_version: 4
140
141
  summary: A plugin to deal with country selection in Administrate