guard-konacha-rails 1.1.0 → 1.1.1

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: dbd4eb8b56c801c57ec9e75b195d6a178a6a30ea
4
- data.tar.gz: a32e9bffb5cfdf2195f6079b92edcd0550a7d16c
3
+ metadata.gz: 769df6f9b08bde3ce1b59384a37751d6491e9d72
4
+ data.tar.gz: 96b13c70b042d09df8683fba450a73c2b2b0c7ac
5
5
  SHA512:
6
- metadata.gz: b477a4b170b99e0c498cf7794b5d5119fce14b982aca8b583d5920648e7f8c47de10af2d071f8ef20c6ad5ea8dc005d6ea2ae13506a2e213c251d1585385384b
7
- data.tar.gz: a2f6b71aeae3a0843cbbb25c5f706b00bd1a68bc658371569757c549e0e688c22c8bb207dbb14fe2266f5109571a430d3e8ccebe8d4b13c24bc6c2cadb78437d
6
+ metadata.gz: 77db7ac9aea83c49282ea32acfbc03bd5841266a4b959d4d38b20fb943dd3067f022272b7be5903c6da425bf6e5354b27abca93f3a448c6f52cb2601f1f5ce6a
7
+ data.tar.gz: abe7702e99225cd049ce9131b7e9171fa7846a6786619e3a88a33757520717c942f2bd82de2169269bd3da1d12a204b685ce599c79a3bcea6eaae8752c7f3cf7
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ Gemfile.lock
1
2
  coverage
2
3
  pkg
3
4
  *.log
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module KonachaRails
3
- VERSION = '1.1.0'.freeze
3
+ VERSION = '1.1.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-konacha-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
@@ -133,7 +133,6 @@ files:
133
133
  - ".rspec"
134
134
  - ".travis.yml"
135
135
  - Gemfile
136
- - Gemfile.lock
137
136
  - LICENSE
138
137
  - Rakefile
139
138
  - Readme.md
data/Gemfile.lock DELETED
@@ -1,214 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- guard-konacha-rails (1.1.0)
5
- guard (>= 2)
6
- guard-compat
7
- konacha (>= 3.0)
8
- rails (>= 4.2)
9
-
10
- GEM
11
- remote: http://rubygems.org/
12
- specs:
13
- actionmailer (4.2.0)
14
- actionpack (= 4.2.0)
15
- actionview (= 4.2.0)
16
- activejob (= 4.2.0)
17
- mail (~> 2.5, >= 2.5.4)
18
- rails-dom-testing (~> 1.0, >= 1.0.5)
19
- actionpack (4.2.0)
20
- actionview (= 4.2.0)
21
- activesupport (= 4.2.0)
22
- rack (~> 1.6.0)
23
- rack-test (~> 0.6.2)
24
- rails-dom-testing (~> 1.0, >= 1.0.5)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
26
- actionview (4.2.0)
27
- activesupport (= 4.2.0)
28
- builder (~> 3.1)
29
- erubis (~> 2.7.0)
30
- rails-dom-testing (~> 1.0, >= 1.0.5)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
32
- activejob (4.2.0)
33
- activesupport (= 4.2.0)
34
- globalid (>= 0.3.0)
35
- activemodel (4.2.0)
36
- activesupport (= 4.2.0)
37
- builder (~> 3.1)
38
- activerecord (4.2.0)
39
- activemodel (= 4.2.0)
40
- activesupport (= 4.2.0)
41
- arel (~> 6.0)
42
- activesupport (4.2.0)
43
- i18n (~> 0.7)
44
- json (~> 1.7, >= 1.7.7)
45
- minitest (~> 5.1)
46
- thread_safe (~> 0.3, >= 0.3.4)
47
- tzinfo (~> 1.1)
48
- arel (6.0.0)
49
- builder (3.2.2)
50
- capybara (2.4.4)
51
- mime-types (>= 1.16)
52
- nokogiri (>= 1.3.3)
53
- rack (>= 1.0.0)
54
- rack-test (>= 0.5.4)
55
- xpath (~> 2.0)
56
- celluloid (0.16.0)
57
- timers (~> 4.0.0)
58
- cliver (0.3.2)
59
- coderay (1.1.0)
60
- colorize (0.7.5)
61
- coveralls (0.7.8)
62
- multi_json (~> 1.10)
63
- rest-client (~> 1.7)
64
- simplecov (~> 0.9.1)
65
- term-ansicolor (~> 1.3)
66
- thor (~> 0.19.1)
67
- diff-lcs (1.2.5)
68
- docile (1.1.5)
69
- erubis (2.7.0)
70
- ffi (1.9.6)
71
- formatador (0.2.5)
72
- globalid (0.3.0)
73
- activesupport (>= 4.1.0)
74
- guard (2.11.1)
75
- formatador (>= 0.2.4)
76
- listen (~> 2.7)
77
- lumberjack (~> 1.0)
78
- nenv (~> 0.1)
79
- notiffany (~> 0.0)
80
- pry (>= 0.9.12)
81
- shellany (~> 0.0)
82
- thor (>= 0.18.1)
83
- guard-compat (1.2.1)
84
- hike (1.2.3)
85
- hitimes (1.2.2)
86
- i18n (0.7.0)
87
- json (1.8.2)
88
- konacha (3.3.0)
89
- actionpack (>= 3.1, < 5)
90
- capybara
91
- colorize
92
- railties (>= 3.1, < 5)
93
- sprockets
94
- listen (2.8.5)
95
- celluloid (>= 0.15.2)
96
- rb-fsevent (>= 0.9.3)
97
- rb-inotify (>= 0.9)
98
- loofah (2.0.1)
99
- nokogiri (>= 1.5.9)
100
- lumberjack (1.0.9)
101
- mail (2.6.3)
102
- mime-types (>= 1.16, < 3)
103
- method_source (0.8.2)
104
- mime-types (2.4.3)
105
- mini_portile (0.6.2)
106
- minitest (5.5.1)
107
- multi_json (1.10.1)
108
- nenv (0.2.0)
109
- netrc (0.10.2)
110
- nokogiri (1.6.6.2)
111
- mini_portile (~> 0.6.0)
112
- notiffany (0.0.3)
113
- nenv (~> 0.1)
114
- shellany (~> 0.0)
115
- poltergeist (1.5.1)
116
- capybara (~> 2.1)
117
- cliver (~> 0.3.1)
118
- multi_json (~> 1.0)
119
- websocket-driver (>= 0.2.0)
120
- pry (0.10.1)
121
- coderay (~> 1.1.0)
122
- method_source (~> 0.8.1)
123
- slop (~> 3.4)
124
- rack (1.6.0)
125
- rack-test (0.6.3)
126
- rack (>= 1.0)
127
- rails (4.2.0)
128
- actionmailer (= 4.2.0)
129
- actionpack (= 4.2.0)
130
- actionview (= 4.2.0)
131
- activejob (= 4.2.0)
132
- activemodel (= 4.2.0)
133
- activerecord (= 4.2.0)
134
- activesupport (= 4.2.0)
135
- bundler (>= 1.3.0, < 2.0)
136
- railties (= 4.2.0)
137
- sprockets-rails
138
- rails-deprecated_sanitizer (1.0.3)
139
- activesupport (>= 4.2.0.alpha)
140
- rails-dom-testing (1.0.5)
141
- activesupport (>= 4.2.0.beta, < 5.0)
142
- nokogiri (~> 1.6.0)
143
- rails-deprecated_sanitizer (>= 1.0.1)
144
- rails-html-sanitizer (1.0.1)
145
- loofah (~> 2.0)
146
- railties (4.2.0)
147
- actionpack (= 4.2.0)
148
- activesupport (= 4.2.0)
149
- rake (>= 0.8.7)
150
- thor (>= 0.18.1, < 2.0)
151
- rake (10.4.2)
152
- rb-fsevent (0.9.4)
153
- rb-inotify (0.9.5)
154
- ffi (>= 0.5.0)
155
- rdoc (4.2.0)
156
- json (~> 1.4)
157
- rest-client (1.7.2)
158
- mime-types (>= 1.16, < 3.0)
159
- netrc (~> 0.7)
160
- rspec (3.1.0)
161
- rspec-core (~> 3.1.0)
162
- rspec-expectations (~> 3.1.0)
163
- rspec-mocks (~> 3.1.0)
164
- rspec-core (3.1.7)
165
- rspec-support (~> 3.1.0)
166
- rspec-expectations (3.1.2)
167
- diff-lcs (>= 1.2.0, < 2.0)
168
- rspec-support (~> 3.1.0)
169
- rspec-mocks (3.1.3)
170
- rspec-support (~> 3.1.0)
171
- rspec-support (3.1.2)
172
- shellany (0.0.1)
173
- simplecov (0.9.1)
174
- docile (~> 1.1.0)
175
- multi_json (~> 1.0)
176
- simplecov-html (~> 0.8.0)
177
- simplecov-html (0.8.0)
178
- slop (3.6.0)
179
- sprockets (2.12.3)
180
- hike (~> 1.2)
181
- multi_json (~> 1.0)
182
- rack (~> 1.0)
183
- tilt (~> 1.1, != 1.3.0)
184
- sprockets-rails (2.2.4)
185
- actionpack (>= 3.0)
186
- activesupport (>= 3.0)
187
- sprockets (>= 2.8, < 4.0)
188
- term-ansicolor (1.3.0)
189
- tins (~> 1.0)
190
- thor (0.19.1)
191
- thread_safe (0.3.4)
192
- tilt (1.4.1)
193
- timecop (0.7.1)
194
- timers (4.0.1)
195
- hitimes
196
- tins (1.3.3)
197
- tzinfo (1.2.2)
198
- thread_safe (~> 0.1)
199
- websocket-driver (0.5.1)
200
- websocket-extensions (>= 0.1.0)
201
- websocket-extensions (0.1.1)
202
- xpath (2.0.0)
203
- nokogiri (~> 1.3)
204
-
205
- PLATFORMS
206
- ruby
207
-
208
- DEPENDENCIES
209
- coveralls
210
- guard-konacha-rails!
211
- poltergeist
212
- rdoc
213
- rspec (>= 3)
214
- timecop