fohrcard-styles 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +16 -7
  4. data/Rakefile +1 -0
  5. data/{vendor/assets/javascripts/forms.js → app/assets/javascripts/fc_forms.js} +0 -0
  6. data/{vendor/assets/javascripts/helpers.js → app/assets/javascripts/fc_helpers.js} +0 -1
  7. data/app/assets/javascripts/fohrcard-styles.js +2 -0
  8. data/{vendor → app}/assets/stylesheets/.DS_Store +0 -0
  9. data/{vendor → app}/assets/stylesheets/fc_backgrounds.sass +0 -0
  10. data/{vendor → app}/assets/stylesheets/fc_buttons.sass +8 -0
  11. data/{vendor → app}/assets/stylesheets/fc_colors.sass +0 -0
  12. data/{vendor → app}/assets/stylesheets/fc_fonts.sass +0 -0
  13. data/{vendor → app}/assets/stylesheets/fc_forms.sass +0 -0
  14. data/{vendor → app}/assets/stylesheets/fc_grid.css +0 -0
  15. data/{vendor → app}/assets/stylesheets/fc_headers.sass +0 -0
  16. data/{vendor → app}/assets/stylesheets/fc_helpers.sass +0 -0
  17. data/{vendor → app}/assets/stylesheets/fc_images.sass +0 -0
  18. data/{vendor → app}/assets/stylesheets/fc_layouts.sass +0 -0
  19. data/{vendor → app}/assets/stylesheets/fc_lists.sass +0 -0
  20. data/{vendor → app}/assets/stylesheets/fc_mixins.scss +0 -0
  21. data/{vendor → app}/assets/stylesheets/fc_nav.sass +0 -2
  22. data/{vendor → app}/assets/stylesheets/fc_notifications.sass +0 -0
  23. data/{vendor → app}/assets/stylesheets/fc_resets.css +0 -0
  24. data/{vendor → app}/assets/stylesheets/fc_tables.sass +0 -0
  25. data/{vendor/assets/stylesheets/fohrcard_styles.scss → app/assets/stylesheets/fohrcard-styles.scss} +0 -0
  26. data/bin/console +1 -1
  27. data/bin/setup +2 -1
  28. data/{styles.gemspec → fohrcard-styles.gemspec} +10 -9
  29. data/lib/fohrcard/styles.rb +7 -0
  30. data/lib/fohrcard/styles/version.rb +5 -0
  31. metadata +69 -43
  32. data/.DS_Store +0 -0
  33. data/.travis.yml +0 -4
  34. data/lib/styles.rb +0 -8
  35. data/lib/styles/version.rb +0 -3
  36. data/vendor/assets/javascripts/fohrcard_javascripts.js +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c09ac52b60eb56ac2c5d55386e14d85c60bdf533
4
- data.tar.gz: 29ab102812e0b978d2ce705d5973df2f62769592
3
+ metadata.gz: 3498256ababc2a2295e4e8f3eb3472f56b2883ff
4
+ data.tar.gz: ff8be0f882b4ba2c033c6c99bf0132ad58f234ee
5
5
  SHA512:
6
- metadata.gz: fe29d4fe0cfb015665cbf9c7c9fc537b099e1ea45ad9ec55a191c29608679bdcaf29d781c2ec9881457e0e45cb274980dc2ce55c2ea8c3cd19cee9084f357009
7
- data.tar.gz: 6c492480d92d48f5bf045d5240466d224927cb0bcf3b1578c61b982f10a8c3a5a95f5e2e0bfe2c66035d735f612e7317648c263f7fa84dfb01aeae3ecbaf5db5
6
+ metadata.gz: 62cea755ba15e42fbac2208e9cc661b92dafbde6a20139feecf2688ca3cacf1703f06c502baa9f716a8fa0c38ebe85a0d041f8aa37fc94ace7ca62b808ee6616
7
+ data.tar.gz: 03ae6278df71701cf6990bd314a5c8d6963921a794d20874c4a8fec5172c9b7ce3544807693d9ff25edc00a593b468228ef12244e0a67492099ded87e55d1d88
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in styles.gemspec
3
+ # Specify your gem's dependencies in fohrcard-styles.gemspec
4
4
  gemspec
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Styles
1
+ # Fohrcard::Styles
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/styles`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/fohrcard/styles`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
5
5
  TODO: Delete this and the text above, and describe your gem
6
6
 
@@ -9,7 +9,9 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'styles'
12
+ gem 'fohrcard-styles', :git => 'git@github.com:fohrcard/styles.git'
13
+ gem 'font-awesome-rails'
14
+ gem 'simple_form'
13
15
  ```
14
16
 
15
17
  And then execute:
@@ -18,7 +20,15 @@ And then execute:
18
20
 
19
21
  Or install it yourself as:
20
22
 
21
- $ gem install styles
23
+ $ gem install fohrcard-styles
24
+
25
+ In application.js
26
+
27
+ //= require fohrcard-styles
28
+
29
+ In application.scss
30
+
31
+ @import "fohrcard-styles"
22
32
 
23
33
  ## Usage
24
34
 
@@ -26,11 +36,10 @@ TODO: Write usage instructions here
26
36
 
27
37
  ## Development
28
38
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
39
+ 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.
30
40
 
31
41
  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).
32
42
 
33
43
  ## Contributing
34
44
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/styles.
36
-
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fohrcard-styles.
data/Rakefile CHANGED
@@ -1 +1,2 @@
1
1
  require "bundler/gem_tasks"
2
+ task :default => :spec
@@ -1,5 +1,4 @@
1
1
  $(function() {
2
-
3
2
  // Fix sidebar nav on scroll
4
3
  var elementPosition = $('nav .fix-on-scroll').offset();
5
4
  $(window).scroll(function(){
@@ -0,0 +1,2 @@
1
+ //= require fc_helpers
2
+ //= require fc_forms
@@ -46,6 +46,14 @@
46
46
  color: #bbb
47
47
  border-color: #ccc
48
48
 
49
+ &.white
50
+ color: #fff
51
+ border-color: #fff
52
+
53
+ &:hover
54
+ color: $cyan
55
+ border-color: $cyan
56
+
49
57
  &.fw
50
58
  width: 100%
51
59
  margin-bottom: 15px
@@ -2,7 +2,6 @@
2
2
  position: fixed
3
3
  width: 100%
4
4
  height: 60px
5
- background: #fff
6
5
  line-height: 60px
7
6
  margin: 0px
8
7
  padding: 0px
@@ -15,7 +14,6 @@
15
14
  line-height: 60px
16
15
  padding: 0px 40px
17
16
  font-size: 12px
18
- background: #fff
19
17
 
20
18
  a
21
19
  color: #000
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "styles"
4
+ require "fohrcard/styles"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
data/bin/setup CHANGED
@@ -1,6 +1,7 @@
1
- #!/bin/bash
1
+ #!/usr/bin/env bash
2
2
  set -euo pipefail
3
3
  IFS=$'\n\t'
4
+ set -vx
4
5
 
5
6
  bundle install
6
7
 
@@ -1,25 +1,26 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'styles/version'
4
+ require 'fohrcard/styles/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fohrcard-styles"
8
- spec.version = Styles::VERSION
8
+ spec.version = Fohrcard::Styles::VERSION
9
9
  spec.authors = ["richard tong"]
10
10
  spec.email = ["rich@fohrcard.com"]
11
-
12
- spec.summary = %q{Fohr Card Styles}
13
- spec.description = %q{Fohr Card Styles Description}
11
+ spec.summary = "Fohr Card Styles"
12
+ spec.description = "Fohr Card Styles Description"
14
13
  spec.homepage = "https://github.com/fohrcard/styles"
15
14
 
15
+ spec.add_runtime_dependency 'sass', '>= 3.4.19'
16
+ spec.add_runtime_dependency 'font-awesome-rails'
17
+ spec.add_runtime_dependency 'simple_form'
18
+
16
19
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
20
  spec.bindir = "exe"
18
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
- spec.require_paths = ["vendor"]
22
+ spec.require_paths = ["lib"]
20
23
 
21
- spec.add_development_dependency "bundler", "~> 1.10"
24
+ spec.add_development_dependency "bundler", "~> 1.11"
22
25
  spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_dependency "font-awesome-rails"
24
-
25
26
  end
@@ -0,0 +1,7 @@
1
+ require "fohrcard/styles/version"
2
+
3
+ module Fohrcard
4
+ module Styles
5
+ class Engine < Rails::Engine; end
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module Fohrcard
2
+ module Styles
3
+ VERSION = "0.1.6"
4
+ end
5
+ end
metadata CHANGED
@@ -1,45 +1,45 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fohrcard-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - richard tong
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-13 00:00:00.000000000 Z
11
+ date: 2016-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: bundler
14
+ name: sass
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.10'
20
- type: :development
19
+ version: 3.4.19
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.10'
26
+ version: 3.4.19
27
27
  - !ruby/object:Gem::Dependency
28
- name: rake
28
+ name: font-awesome-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
34
- type: :development
33
+ version: '0'
34
+ type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: font-awesome-rails
42
+ name: simple_form
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
@@ -52,6 +52,34 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: bundler
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.11'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.11'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '10.0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '10.0'
55
83
  description: Fohr Card Styles Description
56
84
  email:
57
85
  - rich@fohrcard.com
@@ -59,45 +87,43 @@ executables: []
59
87
  extensions: []
60
88
  extra_rdoc_files: []
61
89
  files:
62
- - ".DS_Store"
63
90
  - ".gitignore"
64
- - ".travis.yml"
65
91
  - Gemfile
66
92
  - README.md
67
93
  - Rakefile
94
+ - app/assets/javascripts/fc_forms.js
95
+ - app/assets/javascripts/fc_helpers.js
96
+ - app/assets/javascripts/fohrcard-styles.js
97
+ - app/assets/stylesheets/.DS_Store
98
+ - app/assets/stylesheets/fc_backgrounds.sass
99
+ - app/assets/stylesheets/fc_buttons.sass
100
+ - app/assets/stylesheets/fc_colors.sass
101
+ - app/assets/stylesheets/fc_fonts.sass
102
+ - app/assets/stylesheets/fc_forms.sass
103
+ - app/assets/stylesheets/fc_grid.css
104
+ - app/assets/stylesheets/fc_headers.sass
105
+ - app/assets/stylesheets/fc_helpers.sass
106
+ - app/assets/stylesheets/fc_images.sass
107
+ - app/assets/stylesheets/fc_layouts.sass
108
+ - app/assets/stylesheets/fc_lists.sass
109
+ - app/assets/stylesheets/fc_mixins.scss
110
+ - app/assets/stylesheets/fc_nav.sass
111
+ - app/assets/stylesheets/fc_notifications.sass
112
+ - app/assets/stylesheets/fc_resets.css
113
+ - app/assets/stylesheets/fc_tables.sass
114
+ - app/assets/stylesheets/fohrcard-styles.scss
68
115
  - bin/console
69
116
  - bin/setup
70
- - lib/styles.rb
71
- - lib/styles/version.rb
72
- - styles.gemspec
73
- - vendor/assets/javascripts/fohrcard_javascripts.js
74
- - vendor/assets/javascripts/forms.js
75
- - vendor/assets/javascripts/helpers.js
76
- - vendor/assets/stylesheets/.DS_Store
77
- - vendor/assets/stylesheets/fc_backgrounds.sass
78
- - vendor/assets/stylesheets/fc_buttons.sass
79
- - vendor/assets/stylesheets/fc_colors.sass
80
- - vendor/assets/stylesheets/fc_fonts.sass
81
- - vendor/assets/stylesheets/fc_forms.sass
82
- - vendor/assets/stylesheets/fc_grid.css
83
- - vendor/assets/stylesheets/fc_headers.sass
84
- - vendor/assets/stylesheets/fc_helpers.sass
85
- - vendor/assets/stylesheets/fc_images.sass
86
- - vendor/assets/stylesheets/fc_layouts.sass
87
- - vendor/assets/stylesheets/fc_lists.sass
88
- - vendor/assets/stylesheets/fc_mixins.scss
89
- - vendor/assets/stylesheets/fc_nav.sass
90
- - vendor/assets/stylesheets/fc_notifications.sass
91
- - vendor/assets/stylesheets/fc_resets.css
92
- - vendor/assets/stylesheets/fc_tables.sass
93
- - vendor/assets/stylesheets/fohrcard_styles.scss
117
+ - fohrcard-styles.gemspec
118
+ - lib/fohrcard/styles.rb
119
+ - lib/fohrcard/styles/version.rb
94
120
  homepage: https://github.com/fohrcard/styles
95
121
  licenses: []
96
122
  metadata: {}
97
123
  post_install_message:
98
124
  rdoc_options: []
99
125
  require_paths:
100
- - vendor
126
+ - lib
101
127
  required_ruby_version: !ruby/object:Gem::Requirement
102
128
  requirements:
103
129
  - - ">="
@@ -110,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
136
  version: '0'
111
137
  requirements: []
112
138
  rubyforge_project:
113
- rubygems_version: 2.4.5.1
139
+ rubygems_version: 2.4.5
114
140
  signing_key:
115
141
  specification_version: 4
116
142
  summary: Fohr Card Styles
data/.DS_Store DELETED
Binary file
@@ -1,4 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.0
4
- before_install: gem install bundler -v 1.10.6
@@ -1,8 +0,0 @@
1
- require "styles/version"
2
-
3
- module Styles
4
- module Rails
5
- class Engine < ::Rails::Engine
6
- end
7
- end
8
- end
@@ -1,3 +0,0 @@
1
- module Styles
2
- VERSION = "0.1.5"
3
- end
@@ -1 +0,0 @@
1
- //= require_tree .