dlegr250_material_design 0.3.22 → 0.3.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -3
- data/dlegr250_material_design.gemspec +1 -1
- data/lib/dlegr250_material_design/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78edb1c22ef5f2495b0d76975939b43fd5b78614
|
4
|
+
data.tar.gz: 0321a17e9aeef4e78886c172b72207b00ce30c49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3a515afcdb7604de7bb41cf2c4ff934cad3b534a0b0f1f47c5afb8a32e5962adf1a77737ded3dbeca009e26c295f2c6f20e4d586009306a056026414a3337fa
|
7
|
+
data.tar.gz: 9119d691e3fce8f0a066c0f0662949d304e465d9a7971f018b9d0e60a22f7559f0889eb5622a39e175e808060c8b938d964062411f7a31681a1662bcdfbfae6c
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# BIG WARNING: as of 2016-02
|
1
|
+
# BIG WARNING: as of 2016-08-02 17:30
|
2
2
|
|
3
|
-
This is Alpha code that will change rapidly throughout 2016 as I work on it. Do not use this in a production system until it has reached a stable 1.0.0 version (sometime
|
3
|
+
This is Alpha code that will change rapidly throughout 2016 as I work on it. Do not use this in a production system until it has reached a stable 1.0.0 version (sometime near the end of 2016).
|
4
4
|
|
5
5
|
# Dlegr250MaterialDesign
|
6
6
|
|
@@ -74,11 +74,14 @@ Note that you can always override an element's color or background color using t
|
|
74
74
|
* Styleguide to demo usage and components
|
75
75
|
* Optimize file sizes
|
76
76
|
* Create custom Snackbar component instead of using third-party
|
77
|
-
* Remove handlebars templating library (should not be a UI element, should be added to an individual application if needed)
|
78
77
|
* Update JS/CoffeeScript to use ES6 when that becomes mainstream, and IF the Rails Core is going to adopt ES6 as a standard; this gem is more about building Rails applications than using a specific JavaScript implementation
|
78
|
+
* Remove jQuery dependency (requires updating any 3rd-party plugins that depend on jQuery, so may take a while)
|
79
79
|
|
80
80
|
## Development
|
81
81
|
|
82
|
+
Note that there are no specs for this UI library yet, and I'm
|
83
|
+
not entirely sure how I would write "specs" for a UI...I think the styleguide will mostly be my "spec" checker.
|
84
|
+
|
82
85
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
83
86
|
|
84
87
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["dan.legrand@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Customized implementation of Google Material Design User Interface.}
|
13
|
-
spec.description = %q{WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT AS OF
|
13
|
+
spec.description = %q{WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind (aka, do not worry about older IE browers...).}
|
14
14
|
spec.homepage = "http://www.github.com/dlegr250/dlegr250_material_design"
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dlegr250_material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
56
|
-
AS OF
|
56
|
+
AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind
|
57
57
|
(aka, do not worry about older IE browers...).'
|
58
58
|
email:
|
59
59
|
- dan.legrand@gmail.com
|