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.
Files changed (91) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/Gemfile +6 -0
  4. data/README.md +33 -0
  5. data/Rakefile +2 -0
  6. data/app/assets/javascripts/propeller.js +3 -0
  7. data/app/assets/stylesheets/propeller.scss +3 -0
  8. data/bin/console +14 -0
  9. data/bin/setup +8 -0
  10. data/lib/propeller_rails/version.rb +3 -0
  11. data/lib/propeller_rails.rb +8 -0
  12. data/propeller_rails.gemspec +37 -0
  13. data/vendor/assets/custom/css/propeller.css +3697 -0
  14. data/vendor/assets/custom/css/propeller.min.css +8 -0
  15. data/vendor/assets/custom/css/propeller.min.css.map +1 -0
  16. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.eot +0 -0
  17. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.svg +642 -0
  18. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.ttf +0 -0
  19. data/vendor/assets/custom/fonts/roboto/Roboto-Black-webfont.woff +0 -0
  20. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.eot +0 -0
  21. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.svg +642 -0
  22. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.ttf +0 -0
  23. data/vendor/assets/custom/fonts/roboto/Roboto-BlackItalic-webfont.woff +0 -0
  24. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.eot +0 -0
  25. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.svg +593 -0
  26. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.ttf +0 -0
  27. data/vendor/assets/custom/fonts/roboto/Roboto-Bold-webfont.woff +0 -0
  28. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.eot +0 -0
  29. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.svg +642 -0
  30. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.ttf +0 -0
  31. data/vendor/assets/custom/fonts/roboto/Roboto-BoldItalic-webfont.woff +0 -0
  32. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.eot +0 -0
  33. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.svg +642 -0
  34. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.ttf +0 -0
  35. data/vendor/assets/custom/fonts/roboto/Roboto-Italic-webfont.woff +0 -0
  36. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.eot +0 -0
  37. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.svg +641 -0
  38. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.ttf +0 -0
  39. data/vendor/assets/custom/fonts/roboto/Roboto-Light-webfont.woff +0 -0
  40. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.eot +0 -0
  41. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.svg +641 -0
  42. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.ttf +0 -0
  43. data/vendor/assets/custom/fonts/roboto/Roboto-LightItalic-webfont.woff +0 -0
  44. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.eot +0 -0
  45. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.svg +593 -0
  46. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.ttf +0 -0
  47. data/vendor/assets/custom/fonts/roboto/Roboto-Medium-webfont.woff +0 -0
  48. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.eot +0 -0
  49. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.svg +642 -0
  50. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.ttf +0 -0
  51. data/vendor/assets/custom/fonts/roboto/Roboto-MediumItalic-webfont.woff +0 -0
  52. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.eot +0 -0
  53. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.svg +621 -0
  54. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.ttf +0 -0
  55. data/vendor/assets/custom/fonts/roboto/Roboto-Regular-webfont.woff +0 -0
  56. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.eot +0 -0
  57. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.svg +631 -0
  58. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.ttf +0 -0
  59. data/vendor/assets/custom/fonts/roboto/Roboto-Thin-webfont.woff +0 -0
  60. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.eot +0 -0
  61. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.svg +631 -0
  62. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.ttf +0 -0
  63. data/vendor/assets/custom/fonts/roboto/Roboto-ThinItalic-webfont.woff +0 -0
  64. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.eot +0 -0
  65. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.svg +643 -0
  66. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.ttf +0 -0
  67. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Bold-webfont.woff +0 -0
  68. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.eot +0 -0
  69. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.svg +643 -0
  70. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.ttf +0 -0
  71. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-BoldItalic-webfont.woff +0 -0
  72. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.eot +0 -0
  73. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.svg +644 -0
  74. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.ttf +0 -0
  75. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Italic-webfont.woff +0 -0
  76. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.eot +0 -0
  77. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.svg +643 -0
  78. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.ttf +0 -0
  79. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Light-webfont.woff +0 -0
  80. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.eot +0 -0
  81. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.svg +643 -0
  82. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.ttf +0 -0
  83. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-LightItalic-webfont.woff +0 -0
  84. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.eot +0 -0
  85. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.svg +644 -0
  86. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.ttf +0 -0
  87. data/vendor/assets/custom/fonts/roboto/RobotoCondensed-Regular-webfont.woff +0 -0
  88. data/vendor/assets/custom/js/propeller.js +937 -0
  89. data/vendor/assets/custom/js/propeller.js.map +1 -0
  90. data/vendor/assets/custom/js/propeller.min.js +7 -0
  91. 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
@@ -0,0 +1,9 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in propeller_rails.gemspec
6
+ gemspec
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
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -0,0 +1,3 @@
1
+ //= require jquery
2
+ //= require bootstrap-sprockets
3
+ //= require js/propeller
@@ -0,0 +1,3 @@
1
+ @import "bootstrap-sprockets";
2
+ @import "bootstrap";
3
+ @import 'css/propeller';
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,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,3 @@
1
+ module PropellerRails
2
+ VERSION = '0.1.0-beta'.freeze
3
+ end
@@ -0,0 +1,8 @@
1
+ require 'propeller_rails/version'
2
+
3
+ module PropellerRails
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end
@@ -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