mass_record 0.0.4.1 → 0.0.4.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: bddf0b06de4f4b11710090c474b889d38f4a75dd
4
- data.tar.gz: 762705783d7ec837c1942fb4244690b61407db1f
3
+ metadata.gz: 489fe482f711e72d7c028ccbf9898e3ccafb096b
4
+ data.tar.gz: 5413e33ed6194ddf1675213b453a0477927f3f95
5
5
  SHA512:
6
- metadata.gz: edab292038bae689fc9ba723a0ddde4778069515710b47aa053a22475964e500097f99f6fa4f27dc16747b4b9b9369f6afcb722dc321c62890caad84ca733788
7
- data.tar.gz: 467815281b708f73f620b80b3207f6599a6b7d9607d57f8f8bdae0186f3edfef58a019173b31d77b77545316adc3c599b31cc5b3862f53688955280f931b9093
6
+ metadata.gz: bba3ed74b0fc70c638a048244869c57805c2c558b178a1875426dbfd50eeae37fdd9f5a6ec35cb022a109d06aeb984c4d2a6f1cb111e0d232afd3127fbe85efc
7
+ data.tar.gz: 569ea6c7f418ba3ec2746c85f88af35e74ddd044cc0403807508b98ad6472bb2cfe2baf2919b7a38293f774c11ce127190845d6c16690b2d52209cb309d7d6e5
@@ -1,3 +1,3 @@
1
1
  module MassRecord
2
- VERSION = "0.0.4.1" # fixed bug in logging errors when no errors were present
2
+ VERSION = "0.0.4.2" # removed application controller to avoid a file load error
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mass_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.1
4
+ version: 0.0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hanna
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2014-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -121,7 +121,6 @@ files:
121
121
  - Rakefile
122
122
  - app/assets/javascripts/mass_record/application.js
123
123
  - app/assets/stylesheets/mass_record/application.css
124
- - app/controllers/mass_record/application_controller.rb
125
124
  - app/helpers/mass_record/application_helper.rb
126
125
  - app/views/layouts/mass_record/application.html.erb
127
126
  - config/routes.rb
@@ -1,4 +0,0 @@
1
- module MassRecord
2
- class ApplicationController < ActionController::Base
3
- end
4
- end