volt-simple_icon_selector 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/{icon_selector → simple_icon_selector}/assets/css/icon_selector.scss +0 -0
- data/app/{icon_selector → simple_icon_selector}/config/dependencies.rb +0 -0
- data/app/{icon_selector → simple_icon_selector}/controllers/main_controller.rb +0 -0
- data/app/{icon_selector → simple_icon_selector}/views/main/index.html +0 -0
- data/lib/volt/simple_icon_selector/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8604da801c987c0eb5351be55be4d6ddbf6e8cb
|
4
|
+
data.tar.gz: 486ac945cf2186fa392e5afbf50a826be3e20da4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8fdd17ac4ed4bb544789a503f4ec5b7cc8ba067f06f1dcfcf3d62295e726c1ef32b7a631d0f557fbc22deb356de76e441b7e3be23cd4b9dda78bb53352ad90d
|
7
|
+
data.tar.gz: f116953ccbeaac753b2f1cbc806466f693d5ecdf6f7908a60ac3afcf9dec1571fade8fa385d8026ef9a1393f71d8f9a104eccfa6d38f825728b4199f4970401e
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: volt-simple_icon_selector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Neurodynamic
|
@@ -80,10 +80,10 @@ files:
|
|
80
80
|
- LICENSE.txt
|
81
81
|
- README.md
|
82
82
|
- Rakefile
|
83
|
-
- app/
|
84
|
-
- app/
|
85
|
-
- app/
|
86
|
-
- app/
|
83
|
+
- app/simple_icon_selector/assets/css/icon_selector.scss
|
84
|
+
- app/simple_icon_selector/config/dependencies.rb
|
85
|
+
- app/simple_icon_selector/controllers/main_controller.rb
|
86
|
+
- app/simple_icon_selector/views/main/index.html
|
87
87
|
- lib/volt/simple_icon_selector.rb
|
88
88
|
- lib/volt/simple_icon_selector/version.rb
|
89
89
|
- spec/spec_helper.rb
|