softwear 2.0.3 → 2.0.4
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b257844bae980d7056c6ee33b4c26d67313dc939
|
|
4
|
+
data.tar.gz: 5e4590f898ab3b72fbda94293a18c8906cd7b4fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99ef14bdc5a8bbcbc060a64db1211f13e5a67038a8bcd5fe4032bbc17490d5791bc60b4a8008e80353e2bb5ae1db8016db386315c4b6a5f891072b9162140e95
|
|
7
|
+
data.tar.gz: 7e44ca1f5d4490502dbb181525ff7d5107341a8fb8c694a66b2ad0fab5d821de72dc233bc82bb3df6001442d664b0ce1af3df66fb1aaccdbed3deaac1d86e40b
|
data/lib/softwear.rb
CHANGED
|
File without changes
|
data/lib/softwear/version.rb
CHANGED
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.
|
|
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
|