salty-ui-rails 0.0.7 → 0.0.8

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: dd5ce3d23ca26073cc943e18c2ae9df176e512cf
4
- data.tar.gz: 17c68eac62867b703ec2e8d80b02d7f0ad569f00
3
+ metadata.gz: 323efb40c70995040efd72e8b35230a392ea2d95
4
+ data.tar.gz: b2c2aeb78264e00e680e6f143887ebd6152139cf
5
5
  SHA512:
6
- metadata.gz: 548fe453f06c18607ce0a702099b199143a6fe4ae6ed924f049a5b4a33c650cc4a5d6cf7c68ee4730067df83f4fa0b88fc5ddf188ae4bb936a292be8397b3c8f
7
- data.tar.gz: 3badc8c04d467a14c232e9200216d44a1d1cda8848712335b5d6a30b88877240b9c05b1acba2c27cfee503f217896fc842d87d4e6981856ef975849d70a0fda3
6
+ metadata.gz: 6ca023fe5260cf96f06307d4cec24a244b411d7a66b8959e0843898fedc8907fd6ddf758f52af25d7abf2f5b004bb6eeddad748ffee9717e9884a5200d3b1145
7
+ data.tar.gz: a180ea1c367ffb7dd91a95fee52372e55c39e28e3abdee47952ebdad6cd27db9da27392b03094216f0e7eabd8e9deb5a11db73bce440b72273a3e0ea8075413e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salty-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - JaredCowan
@@ -73,11 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - MIT-LICENSE
77
76
  - README.md
78
- - lib/salty_ui_rails.rb
79
- - lib/salty_ui_rails/engine.rb
80
- - lib/salty_ui_rails/version.rb
81
77
  homepage: http://rubygems.org/gems/salty-ui-rails
82
78
  licenses:
83
79
  - MIT
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2015 JaredCowan
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,6 +0,0 @@
1
- module SaltyUiRails
2
- module Rails
3
- class Engine < ::Rails::Engine
4
- end
5
- end
6
- end
@@ -1,3 +0,0 @@
1
- module SaltyUiRails
2
- VERSION = "0.0.7"
3
- end
@@ -1,5 +0,0 @@
1
- require "rails/salty_ui_rails/version"
2
- require "rails/salty_ui_rails/engine"
3
-
4
- module SaltyUiRails
5
- end