pieces-rails 0.3.20 → 0.3.21
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/{pieces.css.sass → pieces.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_all.css.sass → _all.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_button.css.sass → _button.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_checkbox.css.sass → _checkbox.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_easings.css.sass → _easings.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_file_input.css.sass → _file_input.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_form.css.sass → _form.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_main.css.sass → _main.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_popup.css.sass → _popup.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_progressbar.css.sass → _progressbar.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_radio_group.css.sass → _radio_group.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_scroller.css.sass → _scroller.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_search_field.css.sass → _search_field.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_select_field.css.sass → _select_field.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_sort_button.css.sass → _sort_button.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_stepper.css.sass → _stepper.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_text_input.css.sass → _text_input.sass} +0 -0
- data/app/assets/stylesheets/pieces/{_vars.css.sass → _vars.sass} +0 -0
- data/lib/pieces/rails/version.rb +1 -1
- metadata +21 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 738ea98f252d9cd1e9af4d10a4137b9cb2418fd2
|
4
|
+
data.tar.gz: c075b6bb1953f3df816a6efb61a1bc37071764e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f0eeb2b3bbc0d9446fd64091b541dbe0d7ee20b2b9c676c6ee5e020f6be88c37823b6d7ffc952718270c5881164ec23796648f9b7ee5fcee2ec09741ce4ff94
|
7
|
+
data.tar.gz: ccaf56e65c02ecf2f2f4a7093bf167047116c22b4e28bfcb174ffde65f1ed41106dba63bfad0165367070c85b03d4bba9090c721864fe70804c1cb5c82a7422d
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/pieces/rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pieces-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.21
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- palkan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -82,24 +82,24 @@ files:
|
|
82
82
|
- LICENSE.txt
|
83
83
|
- README.md
|
84
84
|
- app/assets/javascripts/pieces.js
|
85
|
-
- app/assets/stylesheets/pieces.
|
86
|
-
- app/assets/stylesheets/pieces/_all.
|
87
|
-
- app/assets/stylesheets/pieces/_button.
|
88
|
-
- app/assets/stylesheets/pieces/_checkbox.
|
89
|
-
- app/assets/stylesheets/pieces/_easings.
|
90
|
-
- app/assets/stylesheets/pieces/_file_input.
|
91
|
-
- app/assets/stylesheets/pieces/_form.
|
92
|
-
- app/assets/stylesheets/pieces/_main.
|
93
|
-
- app/assets/stylesheets/pieces/_popup.
|
94
|
-
- app/assets/stylesheets/pieces/_progressbar.
|
95
|
-
- app/assets/stylesheets/pieces/_radio_group.
|
96
|
-
- app/assets/stylesheets/pieces/_scroller.
|
97
|
-
- app/assets/stylesheets/pieces/_search_field.
|
98
|
-
- app/assets/stylesheets/pieces/_select_field.
|
99
|
-
- app/assets/stylesheets/pieces/_sort_button.
|
100
|
-
- app/assets/stylesheets/pieces/_stepper.
|
101
|
-
- app/assets/stylesheets/pieces/_text_input.
|
102
|
-
- app/assets/stylesheets/pieces/_vars.
|
85
|
+
- app/assets/stylesheets/pieces.sass
|
86
|
+
- app/assets/stylesheets/pieces/_all.sass
|
87
|
+
- app/assets/stylesheets/pieces/_button.sass
|
88
|
+
- app/assets/stylesheets/pieces/_checkbox.sass
|
89
|
+
- app/assets/stylesheets/pieces/_easings.sass
|
90
|
+
- app/assets/stylesheets/pieces/_file_input.sass
|
91
|
+
- app/assets/stylesheets/pieces/_form.sass
|
92
|
+
- app/assets/stylesheets/pieces/_main.sass
|
93
|
+
- app/assets/stylesheets/pieces/_popup.sass
|
94
|
+
- app/assets/stylesheets/pieces/_progressbar.sass
|
95
|
+
- app/assets/stylesheets/pieces/_radio_group.sass
|
96
|
+
- app/assets/stylesheets/pieces/_scroller.sass
|
97
|
+
- app/assets/stylesheets/pieces/_search_field.sass
|
98
|
+
- app/assets/stylesheets/pieces/_select_field.sass
|
99
|
+
- app/assets/stylesheets/pieces/_sort_button.sass
|
100
|
+
- app/assets/stylesheets/pieces/_stepper.sass
|
101
|
+
- app/assets/stylesheets/pieces/_text_input.sass
|
102
|
+
- app/assets/stylesheets/pieces/_vars.sass
|
103
103
|
- app/helpers/pieces/rails/pi_helper.rb
|
104
104
|
- lib/pieces/rails.rb
|
105
105
|
- lib/pieces/rails/engine.rb
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
127
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.
|
128
|
+
rubygems_version: 2.4.5
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: pieces.js for rails
|