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.
Files changed (21) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/{pieces.css.sass → pieces.sass} +0 -0
  3. data/app/assets/stylesheets/pieces/{_all.css.sass → _all.sass} +0 -0
  4. data/app/assets/stylesheets/pieces/{_button.css.sass → _button.sass} +0 -0
  5. data/app/assets/stylesheets/pieces/{_checkbox.css.sass → _checkbox.sass} +0 -0
  6. data/app/assets/stylesheets/pieces/{_easings.css.sass → _easings.sass} +0 -0
  7. data/app/assets/stylesheets/pieces/{_file_input.css.sass → _file_input.sass} +0 -0
  8. data/app/assets/stylesheets/pieces/{_form.css.sass → _form.sass} +0 -0
  9. data/app/assets/stylesheets/pieces/{_main.css.sass → _main.sass} +0 -0
  10. data/app/assets/stylesheets/pieces/{_popup.css.sass → _popup.sass} +0 -0
  11. data/app/assets/stylesheets/pieces/{_progressbar.css.sass → _progressbar.sass} +0 -0
  12. data/app/assets/stylesheets/pieces/{_radio_group.css.sass → _radio_group.sass} +0 -0
  13. data/app/assets/stylesheets/pieces/{_scroller.css.sass → _scroller.sass} +0 -0
  14. data/app/assets/stylesheets/pieces/{_search_field.css.sass → _search_field.sass} +0 -0
  15. data/app/assets/stylesheets/pieces/{_select_field.css.sass → _select_field.sass} +0 -0
  16. data/app/assets/stylesheets/pieces/{_sort_button.css.sass → _sort_button.sass} +0 -0
  17. data/app/assets/stylesheets/pieces/{_stepper.css.sass → _stepper.sass} +0 -0
  18. data/app/assets/stylesheets/pieces/{_text_input.css.sass → _text_input.sass} +0 -0
  19. data/app/assets/stylesheets/pieces/{_vars.css.sass → _vars.sass} +0 -0
  20. data/lib/pieces/rails/version.rb +1 -1
  21. metadata +21 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b33ad7ebfe09c28fb9f61a3a83d705e63f8ede4a
4
- data.tar.gz: 3901d15524231920b6d7ff7a7ff9fc9e7ac136fd
3
+ metadata.gz: 738ea98f252d9cd1e9af4d10a4137b9cb2418fd2
4
+ data.tar.gz: c075b6bb1953f3df816a6efb61a1bc37071764e8
5
5
  SHA512:
6
- metadata.gz: 95db87ce3351cd54dddc1e6bd2a409ae187f2c42d72c7e3929b6994a3ae30713bee916c02945fa613c1bb3552d197fa6d88106fc8dc38c55b168bd81348c8dfd
7
- data.tar.gz: 7e9a9298f9fca8717576df7cdd99a109d4959850254ba13642c8374566c7aa25a800e0622d9330f80066b9f30666ddc61c63fda053f60d8cfca6c09cc5694e22
6
+ metadata.gz: 7f0eeb2b3bbc0d9446fd64091b541dbe0d7ee20b2b9c676c6ee5e020f6be88c37823b6d7ffc952718270c5881164ec23796648f9b7ee5fcee2ec09741ce4ff94
7
+ data.tar.gz: ccaf56e65c02ecf2f2f4a7093bf167047116c22b4e28bfcb174ffde65f1ed41106dba63bfad0165367070c85b03d4bba9090c721864fe70804c1cb5c82a7422d
@@ -1,5 +1,5 @@
1
1
  module Pieces
2
2
  module Rails
3
- VERSION = "0.3.20"
3
+ VERSION = "0.3.21"
4
4
  end
5
5
  end
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.20
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-05-27 00:00:00.000000000 Z
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.css.sass
86
- - app/assets/stylesheets/pieces/_all.css.sass
87
- - app/assets/stylesheets/pieces/_button.css.sass
88
- - app/assets/stylesheets/pieces/_checkbox.css.sass
89
- - app/assets/stylesheets/pieces/_easings.css.sass
90
- - app/assets/stylesheets/pieces/_file_input.css.sass
91
- - app/assets/stylesheets/pieces/_form.css.sass
92
- - app/assets/stylesheets/pieces/_main.css.sass
93
- - app/assets/stylesheets/pieces/_popup.css.sass
94
- - app/assets/stylesheets/pieces/_progressbar.css.sass
95
- - app/assets/stylesheets/pieces/_radio_group.css.sass
96
- - app/assets/stylesheets/pieces/_scroller.css.sass
97
- - app/assets/stylesheets/pieces/_search_field.css.sass
98
- - app/assets/stylesheets/pieces/_select_field.css.sass
99
- - app/assets/stylesheets/pieces/_sort_button.css.sass
100
- - app/assets/stylesheets/pieces/_stepper.css.sass
101
- - app/assets/stylesheets/pieces/_text_input.css.sass
102
- - app/assets/stylesheets/pieces/_vars.css.sass
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.2.2
128
+ rubygems_version: 2.4.5
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: pieces.js for rails