articulate_rails 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f694921115964fe6593d1cac0ace0a5d4d68e900
4
+ data.tar.gz: 318ea949bd457d9b20e4291d797461e1e2266657
5
+ SHA512:
6
+ metadata.gz: bdd4a39066d451e8c316be6a373f7a0cdfaa7aadcf432c5cfaa1f54a48e7a7de45884fb96ac062a0df7c45572ec25a33f886f7101909ba875719a06150657d7c
7
+ data.tar.gz: 7b8e9da9e84d02ec06ac9cd653da97091a6782c9d72a6a5db226524df1740e60c69a9b07d2f5f980b1dc842853851118ca1690f3c3abb754d1ccd130bb685269
data/README.rdoc ADDED
@@ -0,0 +1,3 @@
1
+ = ArticulateRails
2
+
3
+ This project rocks.
data/Rakefile ADDED
@@ -0,0 +1,24 @@
1
+ begin
2
+ require 'bundler/setup'
3
+ rescue LoadError
4
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
+ end
6
+
7
+ require 'rdoc/task'
8
+
9
+ RDoc::Task.new(:rdoc) do |rdoc|
10
+ rdoc.rdoc_dir = 'rdoc'
11
+ rdoc.title = 'ArticulateRails'
12
+ rdoc.options << '--line-numbers'
13
+ rdoc.rdoc_files.include('README.rdoc')
14
+ rdoc.rdoc_files.include('lib/**/*.rb')
15
+ end
16
+
17
+
18
+
19
+ load 'rails/tasks/statistics.rake'
20
+
21
+
22
+
23
+ Bundler::GemHelper.install_tasks
24
+
@@ -0,0 +1,11 @@
1
+ .art-btn, .art-btn:visited, .art-btn:active, .art-btn:focus{
2
+ color: #228DFF;
3
+ background: none; /* Override Pure's default CSS background */
4
+ border: 1px solid #228DFF;
5
+ border-radius: 100000px; /* An absolute pixel value must be provided in order to get "pill" looking rounded corners */
6
+ /* We intentionally do not override box-shadow, because the one that Pure provides is pretty */
7
+ }
8
+ .art-btn:hover{
9
+ color:white;
10
+ background:#228DFF;
11
+ }
@@ -0,0 +1,6 @@
1
+ .art_blue{
2
+ background-color: #228DFF;
3
+ }
4
+ .art_darker_blue{
5
+ background-color: #4689D7;
6
+ }
@@ -0,0 +1,9 @@
1
+ h1{
2
+ font-family: 'Khula', sans-serif;
3
+ font-weight: 700;
4
+ font-size: 3.25em;
5
+ }
6
+ a{
7
+ color: #4689D7;
8
+ text-decoration: none;
9
+ }
data/config/routes.rb ADDED
@@ -0,0 +1,2 @@
1
+ Rails.application.routes.draw do
2
+ end
@@ -0,0 +1,4 @@
1
+ module ArticulateRails
2
+ class Engine < ::Rails::Engine
3
+ end
4
+ end
@@ -0,0 +1,3 @@
1
+ module ArticulateRails
2
+ VERSION = "0.0.12"
3
+ end
@@ -0,0 +1,4 @@
1
+ require "articulate_rails/engine"
2
+
3
+ module ArticulateRails
4
+ end
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :articulate_rails do
3
+ # # Task goes here
4
+ # end
@@ -0,0 +1,2 @@
1
+ #Articulate
2
+ a CSS theme designed by Jerzy J. Gangi
@@ -0,0 +1,11 @@
1
+ .art-btn, .art-btn:visited, .art-btn:active, .art-btn:focus{
2
+ color: #228DFF;
3
+ background: none; /* Override Pure's default CSS background */
4
+ border: 1px solid #228DFF;
5
+ border-radius: 100000px; /* An absolute pixel value must be provided in order to get "pill" looking rounded corners */
6
+ /* We intentionally do not override box-shadow, because the one that Pure provides is pretty */
7
+ }
8
+ .art-btn:hover{
9
+ color:white;
10
+ background:#228DFF;
11
+ }
@@ -0,0 +1,6 @@
1
+ .art_blue{
2
+ background-color: #228DFF;
3
+ }
4
+ .art_darker_blue{
5
+ background-color: #4689D7;
6
+ }
@@ -0,0 +1,9 @@
1
+ h1{
2
+ font-family: 'Khula', sans-serif;
3
+ font-weight: 700;
4
+ font-size: 3.25em;
5
+ }
6
+ a{
7
+ color: #4689D7;
8
+ text-decoration: none;
9
+ }
@@ -0,0 +1,33 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <link href='https://fonts.googleapis.com/css?family=Khula:700' rel='stylesheet' type='text/css'>
7
+ <link rel="stylesheet" href="css/elements.css" type="text/css">
8
+ <link rel="stylesheet" href="css/colors.css" type="text/css">
9
+ <link rel="stylesheet" href="css/buttons.css" type="text/css">
10
+ <link rel="stylesheet" href="styleguide_helpers.css" type="text/css">
11
+ </head>
12
+ <body>
13
+ <div class="category">
14
+ <h3>Headings</h3>
15
+ <h1><a href="#">Logotype.</a></h1>
16
+ </div>
17
+ <div class="category">
18
+ <h3>Buttons</h3>
19
+ <a class="art-btn pure-button" href="#">A Pure Button lorem</a>
20
+ </div>
21
+ <div class="category">
22
+ <h3>Colors</h3>
23
+ <div class="swatch_container">
24
+ <div class="art_blue swatch"></div>
25
+ <div class="swatch_label">Blue<br/>#228DFF</div>
26
+ </div>
27
+ <div class="swatch_container">
28
+ <div class="art_darker_blue swatch"></div>
29
+ <div class="swatch_label">Darker blue<br/>#4689D7</div>
30
+ </div>
31
+ </div>
32
+ </body>
33
+ </html>
@@ -0,0 +1,20 @@
1
+ /* A category of UI elements in the styleguide (e.g., buttons, headings, etc.) */
2
+ .category{
3
+ border-bottom: 1px solid #eee;
4
+ padding: 2.5em;
5
+ }
6
+ /* A container to hold color swatches and their labels */
7
+ .swatch_container{
8
+ display:inline-block;
9
+ vertical-align:top;
10
+ padding:1em;
11
+ }
12
+ /* An actual color swatch */
13
+ .swatch{
14
+ width:6em;
15
+ height:6em;
16
+ display:inherit;
17
+ border-radius: 50%;
18
+ }
19
+ /* The label for a color swatch */
20
+ .swatch_label{}
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: articulate_rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.12
5
+ platform: ruby
6
+ authors:
7
+ - Jerzy J. Gangi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-10-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 4.2.4
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 4.2.4
27
+ - !ruby/object:Gem::Dependency
28
+ name: purecss_rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.0.2
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 0.0.2
41
+ description: Description of ArticulateRails.
42
+ email:
43
+ - jerzygangi@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - README.rdoc
49
+ - Rakefile
50
+ - app/assets/stylesheets/articulate_rails/buttons.css
51
+ - app/assets/stylesheets/articulate_rails/colors.css
52
+ - app/assets/stylesheets/articulate_rails/elements.css
53
+ - config/routes.rb
54
+ - lib/articulate_rails.rb
55
+ - lib/articulate_rails/engine.rb
56
+ - lib/articulate_rails/version.rb
57
+ - lib/tasks/articulate_rails_tasks.rake
58
+ - submodules/articulate/README.md
59
+ - submodules/articulate/css/buttons.css
60
+ - submodules/articulate/css/colors.css
61
+ - submodules/articulate/css/elements.css
62
+ - submodules/articulate/styleguide.html
63
+ - submodules/articulate/styleguide_helpers.css
64
+ homepage: http://notes.jerzygangi.com
65
+ licenses:
66
+ - "(c) Jerzy J. Gangi 2015. All Rights Reserved."
67
+ metadata: {}
68
+ post_install_message:
69
+ rdoc_options: []
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ requirements: []
83
+ rubyforge_project:
84
+ rubygems_version: 2.4.6
85
+ signing_key:
86
+ specification_version: 4
87
+ summary: Summary of ArticulateRails.
88
+ test_files: []