propeller_rails 0.1.0.pre.beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/Gemfile +6 -0
- data/README.md +33 -0
- data/Rakefile +2 -0
- data/app/assets/javascripts/propeller.js +3 -0
- data/app/assets/stylesheets/propeller.scss +3 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/propeller_rails/version.rb +3 -0
- data/lib/propeller_rails.rb +8 -0
- data/propeller_rails.gemspec +37 -0
- data/vendor/assets/custom/css/propeller.css +3697 -0
- data/vendor/assets/custom/css/propeller.min.css +8 -0
- data/vendor/assets/custom/css/propeller.min.css.map +1 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.svg +642 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.svg +642 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.svg +593 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.svg +642 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.svg +642 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.svg +641 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.svg +641 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.svg +593 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.svg +642 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.svg +621 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.svg +631 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.svg +631 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.svg +643 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.svg +643 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.svg +644 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.svg +643 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.svg +643 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.woff +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.eot +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.svg +644 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.ttf +0 -0
- data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.woff +0 -0
- data/vendor/assets/custom/js/propeller.js +937 -0
- data/vendor/assets/custom/js/propeller.js.map +1 -0
- data/vendor/assets/custom/js/propeller.min.js +7 -0
- metadata +189 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: daff2b36af059513502eec88f4e5129fa2ca7704
|
|
4
|
+
data.tar.gz: dbe3af0aba7ee1b4453bfc197fe57ec90360cc05
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 931c33bcf1c212820617b54dad8263f82054cbbb1b718b60837a8228dafc43a201d82e7c9878eac3bec25d811cfb94f0decdc3db8c3ce894e8e5ae151a8ff424
|
|
7
|
+
data.tar.gz: 3a47e5d4f2a8256f416365c947a3f7c96965cdbb8251474311e63613a29ce0cae06c72468b34e2ba59515eafe22f2edad8186e1fd77d21d73dc3715b11db1378
|
data/.gitignore
ADDED
data/Gemfile
ADDED
data/README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# PropellerRails
|
|
2
|
+
|
|
3
|
+
Propeller Material Design Framework for Rails. It comes bundled with Bootstrap and Jquery. For Detailed documentation go to [propeller.in](http://propeller.in/)
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
```ruby
|
|
10
|
+
gem 'propeller_rails'
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
After adding ```propeller_rails``` to your Gemfile, run ```bundle install```. Then add codes below to your project.
|
|
16
|
+
|
|
17
|
+
### In app/assets/stylesheets
|
|
18
|
+
|
|
19
|
+
First Rename ```application.css``` to ```application.scss``` , then add ```@import 'propeller';```
|
|
20
|
+
|
|
21
|
+
### In app/assets/javascripts/application.js
|
|
22
|
+
|
|
23
|
+
Add ```//= require propeller```
|
|
24
|
+
|
|
25
|
+
## Development
|
|
26
|
+
|
|
27
|
+
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
28
|
+
|
|
29
|
+
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).
|
|
30
|
+
|
|
31
|
+
## Contributing
|
|
32
|
+
|
|
33
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/suyesh/propeller_rails.
|
data/Rakefile
ADDED
data/bin/console
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
require "bundler/setup"
|
|
4
|
+
require "propeller_rails"
|
|
5
|
+
|
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
+
|
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
+
# require "pry"
|
|
11
|
+
# Pry.start
|
|
12
|
+
|
|
13
|
+
require "irb"
|
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
4
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
|
+
require 'propeller_rails/version'
|
|
6
|
+
|
|
7
|
+
Gem::Specification.new do |spec|
|
|
8
|
+
spec.name = 'propeller_rails'
|
|
9
|
+
spec.version = PropellerRails::VERSION
|
|
10
|
+
spec.authors = ['Suyesh Bhandari']
|
|
11
|
+
spec.email = ['suyeshb@gmail.com']
|
|
12
|
+
|
|
13
|
+
spec.summary = 'Bootstrap Material Design Propeller Kit for Rails'
|
|
14
|
+
spec.description = 'Bootstrap Material Design Propeller Kit for Rails'
|
|
15
|
+
spec.homepage = 'https://github.com/suyesh/propeller_rails'
|
|
16
|
+
|
|
17
|
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
18
|
+
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
19
|
+
if spec.respond_to?(:metadata)
|
|
20
|
+
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
|
21
|
+
else
|
|
22
|
+
raise 'RubyGems 2.0 or newer is required to protect against ' \
|
|
23
|
+
'public gem pushes.'
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
27
|
+
f.match(%r{^(test|spec|features)/})
|
|
28
|
+
end
|
|
29
|
+
spec.bindir = 'exe'
|
|
30
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
31
|
+
spec.require_paths = ['lib']
|
|
32
|
+
|
|
33
|
+
spec.add_development_dependency 'bundler', '~> 1.15'
|
|
34
|
+
spec.add_development_dependency 'rake', '~> 10.0'
|
|
35
|
+
spec.add_dependency 'bootstrap-sass', '~> 3.3.6'
|
|
36
|
+
spec.add_dependency 'jquery-rails'
|
|
37
|
+
end
|