softwear-lib 2.0.7 → 2.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/softwear.css +12 -1
- data/app/controllers/softwear/error_reports_controller.rb +1 -1
- data/app/helpers/softwear/application_helper.rb +9 -0
- data/app/views/softwear/errors/internal_server_error.html.erb +1 -1
- data/lib/softwear/auth/emails_helper.rb +0 -1
- data/lib/softwear/library/version.rb +1 -1
- data/vendor/assets/stylesheets/animate/animate.css +2752 -0
- data/vendor/assets/stylesheets/lanceng/style.css.scss +2733 -0
- metadata +4 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: softwear-lib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nigel Baillie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -117,6 +117,8 @@ files:
|
|
117
117
|
- lib/softwear/library/version.rb
|
118
118
|
- softwear-lib.gemspec
|
119
119
|
- spec/spec_helper.rb
|
120
|
+
- vendor/assets/stylesheets/animate/animate.css
|
121
|
+
- vendor/assets/stylesheets/lanceng/style.css.scss
|
120
122
|
homepage: ''
|
121
123
|
licenses:
|
122
124
|
- MIT
|