contour 2.0.0.beta.1 → 2.0.0.beta.2

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta.1
4
+ version: 2.0.0.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-02-26 00:00:00.000000000 Z
11
+ date: 2013-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -556,6 +556,7 @@ files:
556
556
  - test/controllers/authentications_controller_test.rb
557
557
  - test/controllers/passwords_controller_test.rb
558
558
  - test/controllers/registrations_controller_test.rb
559
+ - test/controllers/sessions_controller_test.rb
559
560
  - test/dummy/app/assets/javascripts/application.js
560
561
  - test/dummy/app/assets/stylesheets/application.css
561
562
  - test/dummy/app/controllers/application_controller.rb
@@ -712,6 +713,7 @@ test_files:
712
713
  - test/controllers/authentications_controller_test.rb
713
714
  - test/controllers/passwords_controller_test.rb
714
715
  - test/controllers/registrations_controller_test.rb
716
+ - test/controllers/sessions_controller_test.rb
715
717
  - test/dummy/app/assets/javascripts/application.js
716
718
  - test/dummy/app/assets/stylesheets/application.css
717
719
  - test/dummy/app/controllers/application_controller.rb