softwear 2.0.3 → 2.0.4

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: 01de1828d719062f288103e349d925bba0938087
4
- data.tar.gz: 87d00d08d8cb2948cbc4227ef9e27f1eff9fe275
3
+ metadata.gz: b257844bae980d7056c6ee33b4c26d67313dc939
4
+ data.tar.gz: 5e4590f898ab3b72fbda94293a18c8906cd7b4fe
5
5
  SHA512:
6
- metadata.gz: 5ca31e319e04e82c2d0126f48f360d3f47e290264be6ce0d86fec2cb5b97dfbfaa002eff73a6940a06840c63313cf372ebaf7adb2cdcdd637f3d01ee34a08609
7
- data.tar.gz: ca5e01c2bf1105a108d33843496cef021e1da0b730d82496a9b9a6909b2416226d26f733b0a91944f72993589c276f7c4fe57ac53c53b90b762ab7ec28c5cb1c
6
+ metadata.gz: 99ef14bdc5a8bbcbc060a64db1211f13e5a67038a8bcd5fe4032bbc17490d5791bc60b4a8008e80353e2bb5ae1db8016db386315c4b6a5f891072b9162140e95
7
+ data.tar.gz: 7e44ca1f5d4490502dbb181525ff7d5107341a8fb8c694a66b2ad0fab5d821de72dc233bc82bb3df6001442d664b0ce1af3df66fb1aaccdbed3deaac1d86e40b
@@ -1,3 +1,4 @@
1
+ require 'softwear/error_catcher'
1
2
  require 'softwear/engine'
2
3
  require 'softwear/version'
3
4
 
@@ -1,3 +1,3 @@
1
1
  module Softwear
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie
@@ -131,7 +131,6 @@ files:
131
131
  - app/assets/javascripts/softwear/modals.js.coffee
132
132
  - app/assets/stylesheets/softwear/application.css
133
133
  - app/controllers/softwear/application_controller.rb
134
- - app/controllers/softwear/concerns/error_catcher.rb
135
134
  - app/controllers/softwear/error_reports_controller.rb
136
135
  - app/helpers/softwear/application_helper.rb
137
136
  - app/helpers/softwear/emails_helper.rb
@@ -155,6 +154,7 @@ files:
155
154
  - lib/softwear/auth/stubbed_model.rb
156
155
  - lib/softwear/auth/token_authentication.rb
157
156
  - lib/softwear/engine.rb
157
+ - lib/softwear/error_catcher.rb
158
158
  - lib/softwear/library/api_controller.rb
159
159
  - lib/softwear/library/capistrano.rb
160
160
  - lib/softwear/library/controller_authentication.rb