phony_rails 0.12.6 → 0.12.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +291 -0
- data/Gemfile +4 -4
- data/Gemfile.lock +49 -35
- data/README.md +3 -1
- data/lib/phony_rails/locales/he.yml +4 -0
- data/lib/phony_rails/version.rb +1 -1
- data/spec/lib/phony_rails_spec.rb +134 -129
- data/spec/lib/validators/phony_validator_spec.rb +56 -56
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1bf0320fb96ad7df05e5ff32c9f8c8ebc45d0ea
|
4
|
+
data.tar.gz: e7229d45cd8439a917d44bedede1ebd790f3a7c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c692be57b1024ee4169a81e2eea41667869f1ed61988138cc3429aeac75a60d27f8f2654b92f0f380aaba2a13c6980391737c82dda56220af3bb088fd6198f83
|
7
|
+
data.tar.gz: 9feb8d8b598c9593036995f935a70e8735ea2a2e1254ea46f77357f354a1d21ded8e0ea9341280a6823028712ff3a65fddd87f0e16045b8484dd74de7a1033e2
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,291 @@
|
|
1
|
+
# Change Log
|
2
|
+
|
3
|
+
## [v0.12.7](https://github.com/joost/phony_rails/tree/v0.12.7) (2015-06-18)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.12.6...v0.12.7)
|
6
|
+
|
7
|
+
**Closed issues:**
|
8
|
+
|
9
|
+
- inconsistent normalization [\#93](https://github.com/joost/phony_rails/issues/93)
|
10
|
+
|
11
|
+
**Merged pull requests:**
|
12
|
+
|
13
|
+
- Adding default error translation for the Hebrew language [\#96](https://github.com/joost/phony_rails/pull/96) ([pazaricha](https://github.com/pazaricha))
|
14
|
+
|
15
|
+
## [v0.12.6](https://github.com/joost/phony_rails/tree/v0.12.6) (2015-05-11)
|
16
|
+
|
17
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.12.5...v0.12.6)
|
18
|
+
|
19
|
+
**Closed issues:**
|
20
|
+
|
21
|
+
- Nil return values for normalize cause validations to pass [\#92](https://github.com/joost/phony_rails/issues/92)
|
22
|
+
|
23
|
+
**Merged pull requests:**
|
24
|
+
|
25
|
+
- pass all options from String\#phony\_normalized to PhonyRails.normalize\_number [\#94](https://github.com/joost/phony_rails/pull/94) ([krukgit](https://github.com/krukgit))
|
26
|
+
|
27
|
+
## [v0.12.5](https://github.com/joost/phony_rails/tree/v0.12.5) (2015-04-30)
|
28
|
+
|
29
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.12.4...v0.12.5)
|
30
|
+
|
31
|
+
**Closed issues:**
|
32
|
+
|
33
|
+
- phony\_normalize strips parentheses from NDC part [\#89](https://github.com/joost/phony_rails/issues/89)
|
34
|
+
|
35
|
+
- Does not normalize when validations are skipped [\#88](https://github.com/joost/phony_rails/issues/88)
|
36
|
+
|
37
|
+
## [v0.12.4](https://github.com/joost/phony_rails/tree/v0.12.4) (2015-04-05)
|
38
|
+
|
39
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.12.2...v0.12.4)
|
40
|
+
|
41
|
+
## [v0.12.2](https://github.com/joost/phony_rails/tree/v0.12.2) (2015-04-05)
|
42
|
+
|
43
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.12.1...v0.12.2)
|
44
|
+
|
45
|
+
**Closed issues:**
|
46
|
+
|
47
|
+
- Some numbers not normalizing properly as of 0.12.1 [\#87](https://github.com/joost/phony_rails/issues/87)
|
48
|
+
|
49
|
+
- Something wrong with normalization of NO phones [\#85](https://github.com/joost/phony_rails/issues/85)
|
50
|
+
|
51
|
+
## [v0.12.1](https://github.com/joost/phony_rails/tree/v0.12.1) (2015-04-01)
|
52
|
+
|
53
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.12.0...v0.12.1)
|
54
|
+
|
55
|
+
**Closed issues:**
|
56
|
+
|
57
|
+
- Validate a phone number format, but don't require the presence [\#84](https://github.com/joost/phony_rails/issues/84)
|
58
|
+
|
59
|
+
- Simple question about creating a record [\#83](https://github.com/joost/phony_rails/issues/83)
|
60
|
+
|
61
|
+
## [v0.12.0](https://github.com/joost/phony_rails/tree/v0.12.0) (2015-03-26)
|
62
|
+
|
63
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.11.0...v0.12.0)
|
64
|
+
|
65
|
+
**Closed issues:**
|
66
|
+
|
67
|
+
- Allow validating against multiple countries [\#81](https://github.com/joost/phony_rails/issues/81)
|
68
|
+
|
69
|
+
**Merged pull requests:**
|
70
|
+
|
71
|
+
- allow all valid options [\#82](https://github.com/joost/phony_rails/pull/82) ([zzma](https://github.com/zzma))
|
72
|
+
|
73
|
+
## [v0.11.0](https://github.com/joost/phony_rails/tree/v0.11.0) (2015-03-04)
|
74
|
+
|
75
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.10.1...v0.11.0)
|
76
|
+
|
77
|
+
**Closed issues:**
|
78
|
+
|
79
|
+
- Method phony\_formatted return "undefined method `split' for 1:Fixnum" [\#79](https://github.com/joost/phony_rails/issues/79)
|
80
|
+
|
81
|
+
**Merged pull requests:**
|
82
|
+
|
83
|
+
- Fix incorrect Japanese translation [\#80](https://github.com/joost/phony_rails/pull/80) ([ykzts](https://github.com/ykzts))
|
84
|
+
|
85
|
+
## [v0.10.1](https://github.com/joost/phony_rails/tree/v0.10.1) (2015-01-21)
|
86
|
+
|
87
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.10.0...v0.10.1)
|
88
|
+
|
89
|
+
**Closed issues:**
|
90
|
+
|
91
|
+
- PhonyRails.normalize\_number is removing unexpected zero [\#77](https://github.com/joost/phony_rails/issues/77)
|
92
|
+
|
93
|
+
- support for arrays in postgres [\#59](https://github.com/joost/phony_rails/issues/59)
|
94
|
+
|
95
|
+
- Phone extension support [\#57](https://github.com/joost/phony_rails/issues/57)
|
96
|
+
|
97
|
+
## [v0.10.0](https://github.com/joost/phony_rails/tree/v0.10.0) (2015-01-21)
|
98
|
+
|
99
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.9.0...v0.10.0)
|
100
|
+
|
101
|
+
**Closed issues:**
|
102
|
+
|
103
|
+
- Already normalized numbers have default country code prepended [\#76](https://github.com/joost/phony_rails/issues/76)
|
104
|
+
|
105
|
+
## [v0.9.0](https://github.com/joost/phony_rails/tree/v0.9.0) (2015-01-13)
|
106
|
+
|
107
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.8.2...v0.9.0)
|
108
|
+
|
109
|
+
**Merged pull requests:**
|
110
|
+
|
111
|
+
- change kh to km [\#75](https://github.com/joost/phony_rails/pull/75) ([Samda](https://github.com/Samda))
|
112
|
+
|
113
|
+
- update phony [\#74](https://github.com/joost/phony_rails/pull/74) ([Samda](https://github.com/Samda))
|
114
|
+
|
115
|
+
- add Khmer language translation [\#73](https://github.com/joost/phony_rails/pull/73) ([Samda](https://github.com/Samda))
|
116
|
+
|
117
|
+
- Add PhonyRails.plausible\_number? [\#72](https://github.com/joost/phony_rails/pull/72) ([marcantonio](https://github.com/marcantonio))
|
118
|
+
|
119
|
+
## [v0.8.2](https://github.com/joost/phony_rails/tree/v0.8.2) (2014-12-18)
|
120
|
+
|
121
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.8.0...v0.8.2)
|
122
|
+
|
123
|
+
**Closed issues:**
|
124
|
+
|
125
|
+
- uninitialized constant Listen::Turnstile [\#69](https://github.com/joost/phony_rails/issues/69)
|
126
|
+
|
127
|
+
- Issue with brazilian numbers [\#68](https://github.com/joost/phony_rails/issues/68)
|
128
|
+
|
129
|
+
- Phony is now at 2.8.x [\#67](https://github.com/joost/phony_rails/issues/67)
|
130
|
+
|
131
|
+
- Update to latest phony version? [\#65](https://github.com/joost/phony_rails/issues/65)
|
132
|
+
|
133
|
+
**Merged pull requests:**
|
134
|
+
|
135
|
+
- Remove depreciation warnings while running tests. [\#71](https://github.com/joost/phony_rails/pull/71) ([jmera](https://github.com/jmera))
|
136
|
+
|
137
|
+
- Update guard to handle change in listen dependency [\#70](https://github.com/joost/phony_rails/pull/70) ([JonMidhir](https://github.com/JonMidhir))
|
138
|
+
|
139
|
+
## [v0.8.0](https://github.com/joost/phony_rails/tree/v0.8.0) (2014-11-07)
|
140
|
+
|
141
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.7.3...v0.8.0)
|
142
|
+
|
143
|
+
**Closed issues:**
|
144
|
+
|
145
|
+
- Update README [\#66](https://github.com/joost/phony_rails/issues/66)
|
146
|
+
|
147
|
+
## [v0.7.3](https://github.com/joost/phony_rails/tree/v0.7.3) (2014-10-23)
|
148
|
+
|
149
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.7.2...v0.7.3)
|
150
|
+
|
151
|
+
**Merged pull requests:**
|
152
|
+
|
153
|
+
- Ability to validate against the normalized input [\#64](https://github.com/joost/phony_rails/pull/64) ([dimroc](https://github.com/dimroc))
|
154
|
+
|
155
|
+
## [v0.7.2](https://github.com/joost/phony_rails/tree/v0.7.2) (2014-10-15)
|
156
|
+
|
157
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.7.1...v0.7.2)
|
158
|
+
|
159
|
+
**Merged pull requests:**
|
160
|
+
|
161
|
+
- Add italian translations [\#63](https://github.com/joost/phony_rails/pull/63) ([philipgiuliani](https://github.com/philipgiuliani))
|
162
|
+
|
163
|
+
## [v0.7.1](https://github.com/joost/phony_rails/tree/v0.7.1) (2014-10-01)
|
164
|
+
|
165
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.7.0...v0.7.1)
|
166
|
+
|
167
|
+
## [v0.7.0](https://github.com/joost/phony_rails/tree/v0.7.0) (2014-09-30)
|
168
|
+
|
169
|
+
[Full Changelog](https://github.com/joost/phony_rails/compare/v0.6.0...v0.7.0)
|
170
|
+
|
171
|
+
**Closed issues:**
|
172
|
+
|
173
|
+
- TAG on release [\#62](https://github.com/joost/phony_rails/issues/62)
|
174
|
+
|
175
|
+
- Unable to run migrations if "as" attribute added [\#60](https://github.com/joost/phony_rails/issues/60)
|
176
|
+
|
177
|
+
- Rails not recognizing phony\_rails method [\#58](https://github.com/joost/phony_rails/issues/58)
|
178
|
+
|
179
|
+
- Validation fails if record country code does not match code in phone number [\#55](https://github.com/joost/phony_rails/issues/55)
|
180
|
+
|
181
|
+
- Phony 2.2.3 breaks test [\#51](https://github.com/joost/phony_rails/issues/51)
|
182
|
+
|
183
|
+
- Country code not set when first two digits eq country code [\#50](https://github.com/joost/phony_rails/issues/50)
|
184
|
+
|
185
|
+
- Phony 2.1 incompatibility related to country codes/numbers [\#48](https://github.com/joost/phony_rails/issues/48)
|
186
|
+
|
187
|
+
- Clarify Indended Functionality and Require a Default Country Code [\#43](https://github.com/joost/phony_rails/issues/43)
|
188
|
+
|
189
|
+
- Use Phony 2.0 [\#28](https://github.com/joost/phony_rails/issues/28)
|
190
|
+
|
191
|
+
**Merged pull requests:**
|
192
|
+
|
193
|
+
- Raise runtime errors not argument errors when :as attr undefined [\#61](https://github.com/joost/phony_rails/pull/61) ([chelsea](https://github.com/chelsea))
|
194
|
+
|
195
|
+
- Fixes \#55 - Validation fails if record country code does not match code ... [\#56](https://github.com/joost/phony_rails/pull/56) ([juanpaco](https://github.com/juanpaco))
|
196
|
+
|
197
|
+
- Add turkish locale file. [\#54](https://github.com/joost/phony_rails/pull/54) ([onurozgurozkan](https://github.com/onurozgurozkan))
|
198
|
+
|
199
|
+
- Translate german [\#53](https://github.com/joost/phony_rails/pull/53) ([toxix](https://github.com/toxix))
|
200
|
+
|
201
|
+
- Fix country code being incorrectly passed to phony [\#49](https://github.com/joost/phony_rails/pull/49) ([pjg](https://github.com/pjg))
|
202
|
+
|
203
|
+
## [v0.6.0](https://github.com/joost/phony_rails/tree/v0.6.0) (2014-01-28)
|
204
|
+
|
205
|
+
**Closed issues:**
|
206
|
+
|
207
|
+
- French normalized number isn't good [\#42](https://github.com/joost/phony_rails/issues/42)
|
208
|
+
|
209
|
+
- Invalid numbers should not be formatted [\#41](https://github.com/joost/phony_rails/issues/41)
|
210
|
+
|
211
|
+
- Error when formatting invalid numbers [\#40](https://github.com/joost/phony_rails/issues/40)
|
212
|
+
|
213
|
+
- License missing from gemspec [\#38](https://github.com/joost/phony_rails/issues/38)
|
214
|
+
|
215
|
+
- Expose Country objects, and allow national-to-international conversion [\#34](https://github.com/joost/phony_rails/issues/34)
|
216
|
+
|
217
|
+
- default\_country\_code forces country code [\#33](https://github.com/joost/phony_rails/issues/33)
|
218
|
+
|
219
|
+
- "translation missing" when using validator on non-activerecord backed models [\#30](https://github.com/joost/phony_rails/issues/30)
|
220
|
+
|
221
|
+
- Error when normalizing long telephone numbers with default country code [\#29](https://github.com/joost/phony_rails/issues/29)
|
222
|
+
|
223
|
+
- Fix default\_country\_number appending repeatedly [\#25](https://github.com/joost/phony_rails/issues/25)
|
224
|
+
|
225
|
+
- Detect if phone number has country code specified and use that [\#22](https://github.com/joost/phony_rails/issues/22)
|
226
|
+
|
227
|
+
- problem with v 0.2.1 [\#21](https://github.com/joost/phony_rails/issues/21)
|
228
|
+
|
229
|
+
- Error with phony\_normalize on migration [\#19](https://github.com/joost/phony_rails/issues/19)
|
230
|
+
|
231
|
+
- Mongoid Error Message [\#18](https://github.com/joost/phony_rails/issues/18)
|
232
|
+
|
233
|
+
- Make dependency on newer version of phony [\#11](https://github.com/joost/phony_rails/issues/11)
|
234
|
+
|
235
|
+
- add a wiki [\#7](https://github.com/joost/phony_rails/issues/7)
|
236
|
+
|
237
|
+
- validator not included [\#4](https://github.com/joost/phony_rails/issues/4)
|
238
|
+
|
239
|
+
- Country Number out of Country gem [\#3](https://github.com/joost/phony_rails/issues/3)
|
240
|
+
|
241
|
+
**Merged pull requests:**
|
242
|
+
|
243
|
+
- Add support for phony version ~\> 2.1 [\#45](https://github.com/joost/phony_rails/pull/45) ([pjg](https://github.com/pjg))
|
244
|
+
|
245
|
+
- In the validator: add country code & number handling [\#44](https://github.com/joost/phony_rails/pull/44) ([robink](https://github.com/robink))
|
246
|
+
|
247
|
+
- PhonyRails.country\_number\_for should accept case agnostic country code [\#39](https://github.com/joost/phony_rails/pull/39) ([ahegyi](https://github.com/ahegyi))
|
248
|
+
|
249
|
+
- option for country code validation in helper [\#37](https://github.com/joost/phony_rails/pull/37) ([fareastside](https://github.com/fareastside))
|
250
|
+
|
251
|
+
- Fix phone number formatting method call in README [\#36](https://github.com/joost/phony_rails/pull/36) ([pjg](https://github.com/pjg))
|
252
|
+
|
253
|
+
- Better attribute accessor pattern + Japanese translation [\#35](https://github.com/joost/phony_rails/pull/35) ([johnnyshields](https://github.com/johnnyshields))
|
254
|
+
|
255
|
+
- Cleanup for better Mongoid support [\#32](https://github.com/joost/phony_rails/pull/32) ([johnnyshields](https://github.com/johnnyshields))
|
256
|
+
|
257
|
+
- add activemodel validation translation [\#31](https://github.com/joost/phony_rails/pull/31) ([ghiculescu](https://github.com/ghiculescu))
|
258
|
+
|
259
|
+
- use default\_country\_code when normalizing [\#27](https://github.com/joost/phony_rails/pull/27) ([espen](https://github.com/espen))
|
260
|
+
|
261
|
+
- update Gemfile.lock with lastest version [\#26](https://github.com/joost/phony_rails/pull/26) ([espen](https://github.com/espen))
|
262
|
+
|
263
|
+
- Raise only an exception at validation for non-existing attributes \(\#19\) [\#20](https://github.com/joost/phony_rails/pull/20) ([k4nar](https://github.com/k4nar))
|
264
|
+
|
265
|
+
- Do not normalize an implausible phone [\#16](https://github.com/joost/phony_rails/pull/16) ([Jell](https://github.com/Jell))
|
266
|
+
|
267
|
+
- Override the default loading of the "countries" gem so that the Country class isn't unqualified. [\#15](https://github.com/joost/phony_rails/pull/15) ([jcoleman](https://github.com/jcoleman))
|
268
|
+
|
269
|
+
- Mongoid support. [\#14](https://github.com/joost/phony_rails/pull/14) ([siong1987](https://github.com/siong1987))
|
270
|
+
|
271
|
+
- Do not pollute the global namespace with a Country class [\#13](https://github.com/joost/phony_rails/pull/13) ([Jell](https://github.com/Jell))
|
272
|
+
|
273
|
+
- Address issue \#11 - need to use a newer version of phony for additional countries [\#12](https://github.com/joost/phony_rails/pull/12) ([rjhaveri](https://github.com/rjhaveri))
|
274
|
+
|
275
|
+
- Compatibility with Ruby 1.8.7 [\#10](https://github.com/joost/phony_rails/pull/10) ([henning-koch](https://github.com/henning-koch))
|
276
|
+
|
277
|
+
- remove cause for warning: already initialized constant VERSION [\#9](https://github.com/joost/phony_rails/pull/9) ([henning-koch](https://github.com/henning-koch))
|
278
|
+
|
279
|
+
- validator translation [\#8](https://github.com/joost/phony_rails/pull/8) ([ddidier](https://github.com/ddidier))
|
280
|
+
|
281
|
+
- refactored tests and added options to validates\_plausible\_phone [\#6](https://github.com/joost/phony_rails/pull/6) ([ddidier](https://github.com/ddidier))
|
282
|
+
|
283
|
+
- some tests and a helper method [\#5](https://github.com/joost/phony_rails/pull/5) ([ddidier](https://github.com/ddidier))
|
284
|
+
|
285
|
+
- Bumped Phony dependency to the latest [\#2](https://github.com/joost/phony_rails/pull/2) ([Rodeoclash](https://github.com/Rodeoclash))
|
286
|
+
|
287
|
+
- Changed the remaining references to phony\_number to phony\_rails. [\#1](https://github.com/joost/phony_rails/pull/1) ([floere](https://github.com/floere))
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/Gemfile
CHANGED
@@ -9,7 +9,7 @@ gemspec # Specify your gem's dependencies in phony_number.gemspec
|
|
9
9
|
gem 'sqlite3'
|
10
10
|
|
11
11
|
gem 'rake'
|
12
|
-
gem 'rspec'
|
13
|
-
gem 'guard'
|
14
|
-
gem 'guard-bundler'
|
15
|
-
gem 'guard-rspec'
|
12
|
+
gem 'rspec'#, '~> 2.14.0'
|
13
|
+
gem 'guard'#, '~> 2.10.1'
|
14
|
+
gem 'guard-bundler'#, '~> 2.0.0'
|
15
|
+
gem 'guard-rspec'#, '~> 4.2.0'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
phony_rails (0.12.
|
4
|
+
phony_rails (0.12.7)
|
5
5
|
activesupport (>= 3.0)
|
6
6
|
countries (~> 0.8, >= 0.8.2)
|
7
7
|
phony (~> 2.12)
|
@@ -9,86 +9,100 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activemodel (4.2.
|
13
|
-
activesupport (= 4.2.
|
12
|
+
activemodel (4.2.2)
|
13
|
+
activesupport (= 4.2.2)
|
14
14
|
builder (~> 3.1)
|
15
|
-
activerecord (4.2.
|
16
|
-
activemodel (= 4.2.
|
17
|
-
activesupport (= 4.2.
|
15
|
+
activerecord (4.2.2)
|
16
|
+
activemodel (= 4.2.2)
|
17
|
+
activesupport (= 4.2.2)
|
18
18
|
arel (~> 6.0)
|
19
|
-
activesupport (4.2.
|
19
|
+
activesupport (4.2.2)
|
20
20
|
i18n (~> 0.7)
|
21
21
|
json (~> 1.7, >= 1.7.7)
|
22
22
|
minitest (~> 5.1)
|
23
23
|
thread_safe (~> 0.3, >= 0.3.4)
|
24
24
|
tzinfo (~> 1.1)
|
25
25
|
arel (6.0.0)
|
26
|
-
bson (
|
26
|
+
bson (3.1.0)
|
27
27
|
builder (3.2.2)
|
28
28
|
celluloid (0.16.0)
|
29
29
|
timers (~> 4.0.0)
|
30
30
|
coderay (1.1.0)
|
31
|
-
connection_pool (2.
|
32
|
-
countries (0.11.
|
31
|
+
connection_pool (2.2.0)
|
32
|
+
countries (0.11.4)
|
33
33
|
currencies (~> 0.4.2)
|
34
|
-
i18n_data (~> 0.
|
34
|
+
i18n_data (~> 0.7.0)
|
35
35
|
currencies (0.4.2)
|
36
36
|
diff-lcs (1.2.5)
|
37
37
|
ffi (1.9.8)
|
38
38
|
formatador (0.2.5)
|
39
|
-
guard (2.
|
39
|
+
guard (2.12.6)
|
40
40
|
formatador (>= 0.2.4)
|
41
41
|
listen (~> 2.7)
|
42
42
|
lumberjack (~> 1.0)
|
43
43
|
nenv (~> 0.1)
|
44
|
+
notiffany (~> 0.0)
|
44
45
|
pry (>= 0.9.12)
|
46
|
+
shellany (~> 0.0)
|
45
47
|
thor (>= 0.18.1)
|
46
|
-
guard-bundler (2.
|
48
|
+
guard-bundler (2.1.0)
|
47
49
|
bundler (~> 1.0)
|
48
50
|
guard (~> 2.2)
|
49
|
-
|
51
|
+
guard-compat (~> 1.1)
|
52
|
+
guard-compat (1.2.1)
|
53
|
+
guard-rspec (4.5.2)
|
50
54
|
guard (~> 2.1)
|
51
|
-
|
55
|
+
guard-compat (~> 1.1)
|
56
|
+
rspec (>= 2.99.0, < 4.0)
|
52
57
|
hitimes (1.2.2)
|
53
58
|
i18n (0.7.0)
|
54
|
-
i18n_data (0.
|
55
|
-
json (1.8.
|
56
|
-
listen (2.10.
|
59
|
+
i18n_data (0.7.0)
|
60
|
+
json (1.8.3)
|
61
|
+
listen (2.10.1)
|
57
62
|
celluloid (~> 0.16.0)
|
58
63
|
rb-fsevent (>= 0.9.3)
|
59
64
|
rb-inotify (>= 0.9)
|
60
65
|
lumberjack (1.0.9)
|
61
66
|
method_source (0.8.2)
|
62
|
-
minitest (5.
|
67
|
+
minitest (5.7.0)
|
63
68
|
mongoid (4.0.2)
|
64
69
|
activemodel (~> 4.0)
|
65
70
|
moped (~> 2.0.0)
|
66
71
|
origin (~> 2.1)
|
67
72
|
tzinfo (>= 0.3.37)
|
68
|
-
moped (2.0.
|
69
|
-
bson (~>
|
73
|
+
moped (2.0.6)
|
74
|
+
bson (~> 3.0)
|
70
75
|
connection_pool (~> 2.0)
|
71
76
|
optionable (~> 0.2.0)
|
72
77
|
nenv (0.2.0)
|
78
|
+
notiffany (0.0.6)
|
79
|
+
nenv (~> 0.1)
|
80
|
+
shellany (~> 0.0)
|
73
81
|
optionable (0.2.0)
|
74
82
|
origin (2.1.1)
|
75
|
-
phony (2.
|
83
|
+
phony (2.14.4)
|
76
84
|
pry (0.10.1)
|
77
85
|
coderay (~> 1.1.0)
|
78
86
|
method_source (~> 0.8.1)
|
79
87
|
slop (~> 3.4)
|
80
88
|
rake (10.4.2)
|
81
|
-
rb-fsevent (0.9.
|
89
|
+
rb-fsevent (0.9.5)
|
82
90
|
rb-inotify (0.9.5)
|
83
91
|
ffi (>= 0.5.0)
|
84
|
-
rspec (
|
85
|
-
rspec-core (~>
|
86
|
-
rspec-expectations (~>
|
87
|
-
rspec-mocks (~>
|
88
|
-
rspec-core (
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
+
rspec (3.3.0)
|
93
|
+
rspec-core (~> 3.3.0)
|
94
|
+
rspec-expectations (~> 3.3.0)
|
95
|
+
rspec-mocks (~> 3.3.0)
|
96
|
+
rspec-core (3.3.0)
|
97
|
+
rspec-support (~> 3.3.0)
|
98
|
+
rspec-expectations (3.3.0)
|
99
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
100
|
+
rspec-support (~> 3.3.0)
|
101
|
+
rspec-mocks (3.3.0)
|
102
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
103
|
+
rspec-support (~> 3.3.0)
|
104
|
+
rspec-support (3.3.0)
|
105
|
+
shellany (0.0.1)
|
92
106
|
slop (3.6.0)
|
93
107
|
sqlite3 (1.3.10)
|
94
108
|
thor (0.19.1)
|
@@ -104,11 +118,11 @@ PLATFORMS
|
|
104
118
|
DEPENDENCIES
|
105
119
|
activerecord (>= 3.0)
|
106
120
|
countries
|
107
|
-
guard
|
108
|
-
guard-bundler
|
109
|
-
guard-rspec
|
121
|
+
guard
|
122
|
+
guard-bundler
|
123
|
+
guard-rspec
|
110
124
|
mongoid (>= 3.0)
|
111
125
|
phony_rails!
|
112
126
|
rake
|
113
|
-
rspec
|
127
|
+
rspec
|
114
128
|
sqlite3
|