helena_administration 0.3.0 → 0.3.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: caf7f5cd7e66f0fcc111709bf87ad320766d1a8d
4
- data.tar.gz: c2abdbf1a8f1dcd2ef2fd65565b0b83f124d164f
3
+ metadata.gz: a6d8b9df0ddcdf5217f860ffa121773bd15db4d4
4
+ data.tar.gz: 72c24cc766e665f2c539d6c8a850e31dc244f43e
5
5
  SHA512:
6
- metadata.gz: 2bc12e8ef28408e4a3f11b328e4f186c4e7e0103296dfed9022db49c2738c8d1ff7c81f53ad9c384c79e193c301a97e58e1357f14111f46f47fc0817626a39d9
7
- data.tar.gz: a45699549cc28bf2f3ef44e69b89b7600101a76e722ec5d001c19e45f7000c822101556b5cef345940414da277a0513fba9ae612ffedf5a29120f1024bf86a6d
6
+ metadata.gz: 70638e8d3e5a25f34548ebb2c6e2ab0ec1d89431e10275f26816e6e249817100b36bf4254d69dbd3eb413ec6b225a1126ac975ab8e12a225961f1966338cf05e
7
+ data.tar.gz: d5756d4e574eb4ef9790286f6420996e60ed5c93265c29bfe95aaac213f494d6bd4a07348555c75a3701b2a193623888265352deecbac1c0757cba9ca8c9072b
data/Gemfile CHANGED
@@ -19,8 +19,6 @@ group :development, :test do
19
19
  gem 'pry-byebug'
20
20
  gem 'dotenv-rails'
21
21
  gem 'mongoid-rspec'
22
- gem 'rspec-collection_matchers', '~> 1'
23
- gem 'rspec-rails'
24
22
  gem 'factory_girl_rails'
25
23
  gem 'capybara'
26
24
  gem 'launchy'
@@ -31,6 +29,5 @@ group :development, :test do
31
29
  gem 'autotest-growl', require: false
32
30
  gem 'faker'
33
31
  gem 'binding_of_caller'
34
- gem 'rspec-core'
35
32
  gem 'responders', '~> 2.0'
36
33
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helena_administration (0.3.0)
4
+ helena_administration (0.3.1)
5
5
  bootstrap-sass (~> 3.2)
6
6
  breadcrumbs_on_rails (~> 2.3)
7
7
  codemirror-rails (~> 5)
@@ -147,7 +147,7 @@ GEM
147
147
  haml (>= 4.0.6, < 5.0)
148
148
  html2haml (>= 1.0.1)
149
149
  railties (>= 4.0.1)
150
- helena (1.0.3)
150
+ helena (1.1.0)
151
151
  bootstrap-sass (~> 3.2)
152
152
  breadcrumbs_on_rails (~> 2.3)
153
153
  browser (~> 2.0)
@@ -202,10 +202,10 @@ GEM
202
202
  mongo (~> 2.1)
203
203
  origin (~> 2.2)
204
204
  tzinfo (>= 0.3.37)
205
- mongoid-rspec (1.10.0)
206
- mongoid (>= 3.0.1)
205
+ mongoid-rspec (3.0.0)
206
+ mongoid (~> 5.0)
207
207
  rake
208
- rspec (>= 2.14)
208
+ rspec (~> 3.3)
209
209
  mongoid-simple-tags (0.1.3)
210
210
  json (~> 1.8)
211
211
  mongoid (>= 3.0.3)
@@ -264,26 +264,29 @@ GEM
264
264
  ffi (>= 0.5.0)
265
265
  responders (2.2.0)
266
266
  railties (>= 4.2.0, < 5.1)
267
- rspec (2.99.0)
268
- rspec-core (~> 2.99.0)
269
- rspec-expectations (~> 2.99.0)
270
- rspec-mocks (~> 2.99.0)
267
+ rspec (3.4.0)
268
+ rspec-core (~> 3.4.0)
269
+ rspec-expectations (~> 3.4.0)
270
+ rspec-mocks (~> 3.4.0)
271
271
  rspec-collection_matchers (1.1.2)
272
272
  rspec-expectations (>= 2.99.0.beta1)
273
- rspec-core (2.99.2)
274
- rspec-expectations (2.99.2)
275
- diff-lcs (>= 1.1.3, < 2.0)
276
- rspec-mocks (2.99.4)
277
- rspec-rails (2.99.0)
278
- actionpack (>= 3.0)
279
- activemodel (>= 3.0)
280
- activesupport (>= 3.0)
281
- railties (>= 3.0)
282
- rspec-collection_matchers
283
- rspec-core (~> 2.99.0)
284
- rspec-expectations (~> 2.99.0)
285
- rspec-mocks (~> 2.99.0)
286
- rspec-support (3.5.0.beta4)
273
+ rspec-core (3.4.4)
274
+ rspec-support (~> 3.4.0)
275
+ rspec-expectations (3.4.0)
276
+ diff-lcs (>= 1.2.0, < 2.0)
277
+ rspec-support (~> 3.4.0)
278
+ rspec-mocks (3.4.1)
279
+ diff-lcs (>= 1.2.0, < 2.0)
280
+ rspec-support (~> 3.4.0)
281
+ rspec-rails (3.4.2)
282
+ actionpack (>= 3.0, < 4.3)
283
+ activesupport (>= 3.0, < 4.3)
284
+ railties (>= 3.0, < 4.3)
285
+ rspec-core (~> 3.4.0)
286
+ rspec-expectations (~> 3.4.0)
287
+ rspec-mocks (~> 3.4.0)
288
+ rspec-support (~> 3.4.0)
289
+ rspec-support (3.4.1)
287
290
  ruby_parser (3.8.2)
288
291
  sexp_processor (~> 4.1)
289
292
  sass (3.4.22)
@@ -352,7 +355,6 @@ DEPENDENCIES
352
355
  quiet_assets
353
356
  responders (~> 2.0)
354
357
  rspec-collection_matchers (~> 1)
355
- rspec-core
356
- rspec-rails
358
+ rspec-rails (~> 3)
357
359
  simplecov
358
360
  spork
@@ -36,4 +36,7 @@ Gem::Specification.new do |s|
36
36
  s.add_runtime_dependency 'font-awesome-sass', '~> 4.4'
37
37
  s.add_runtime_dependency 'coffee-rails', '~> 4.1'
38
38
  s.add_dependency 'responders', '~> 2.0'
39
+
40
+ s.add_development_dependency 'rspec-rails', '~> 3'
41
+ s.add_development_dependency 'rspec-collection_matchers', '~> 1'
39
42
  end
@@ -1,3 +1,3 @@
1
1
  module HelenaAdministration
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helena_administration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Graf
@@ -282,6 +282,34 @@ dependencies:
282
282
  - - "~>"
283
283
  - !ruby/object:Gem::Version
284
284
  version: '2.0'
285
+ - !ruby/object:Gem::Dependency
286
+ name: rspec-rails
287
+ requirement: !ruby/object:Gem::Requirement
288
+ requirements:
289
+ - - "~>"
290
+ - !ruby/object:Gem::Version
291
+ version: '3'
292
+ type: :development
293
+ prerelease: false
294
+ version_requirements: !ruby/object:Gem::Requirement
295
+ requirements:
296
+ - - "~>"
297
+ - !ruby/object:Gem::Version
298
+ version: '3'
299
+ - !ruby/object:Gem::Dependency
300
+ name: rspec-collection_matchers
301
+ requirement: !ruby/object:Gem::Requirement
302
+ requirements:
303
+ - - "~>"
304
+ - !ruby/object:Gem::Version
305
+ version: '1'
306
+ type: :development
307
+ prerelease: false
308
+ version_requirements: !ruby/object:Gem::Requirement
309
+ requirements:
310
+ - - "~>"
311
+ - !ruby/object:Gem::Version
312
+ version: '1'
285
313
  description: Helena Administration is a simple rails application that provides a user
286
314
  interface to manage apps running with the Helena framework.
287
315
  email: