primer-rails 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e8fa66303d886c280ac5ecab479fa5257752120
4
- data.tar.gz: 08fa02515d1785b08acc9921188217c3df557e69
3
+ metadata.gz: 96b7c133a93659a9dceb09c5b28d0f7a96fbb7d9
4
+ data.tar.gz: 01e32f23ce09c31b944f9eb8142f70bb55147b6a
5
5
  SHA512:
6
- metadata.gz: 782aa0bc4af08eabf9822c2c36b4e85215833ff8e9f6f43376973bbc414b148f4214559993c2a15a77b29ca8150ffb8eb9a2c0b5583e46f77013d6f7c209ef90
7
- data.tar.gz: 013617657a8c2f71ac30c503c70fad164a8548b28fc088332a796af184945f9cb0332f4afbc262ab8830ba6c848d3e2614342d55e2cb2a813215cde804659f94
6
+ metadata.gz: 9a03e616b2dd5f3e3b7bf06261564319aa870a4620f0674c2ae45cc17130ac0cb1d12c09f3725ab9c9dcf84c98ebb9692ec88633bd1d86e0e08609456f8800fd
7
+ data.tar.gz: ca680442b6011fb71f54c0dc19a9f67ffa5ee9eef352875ef6f2833baaf31d8826664c253f1aabefd5bb75370e49445e179ac03713598ffeb9ead7fa0d2f4fdf
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Primer::Rails
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/primer/rails`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Rails implementation of Primer CSS framework - Github's CSS framework.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,11 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ Add this line to your application.css / application.scss file:
24
+
25
+ ```ruby
26
+ *= require primer
27
+ ```
26
28
 
27
29
  ## Development
28
30
 
@@ -32,7 +34,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
34
 
33
35
  ## Contributing
34
36
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/primer-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/piotrjaworski/primer-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
38
 
37
39
 
38
40
  ## License
@@ -1,5 +1,5 @@
1
1
  module Primer
2
2
  module Rails
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
data/primer-rails.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
18
  spec.bindir = "exe"
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
- spec.require_paths = Dir["{lib,vendor}/**/*"] + ["MIT-LICENSE", "README.md"]
20
+ spec.require_paths = ["lib", "vendor"]
21
21
 
22
22
  spec.add_dependency "bundler", "~> 1.10"
23
23
  spec.add_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Jaworski
@@ -80,15 +80,8 @@ metadata: {}
80
80
  post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
- - lib/primer
84
- - lib/primer/rails
85
- - lib/primer/rails/version.rb
86
- - lib/primer/rails.rb
87
- - vendor/assets
88
- - vendor/assets/stylesheets
89
- - vendor/assets/stylesheets/primer.css
90
- - MIT-LICENSE
91
- - README.md
83
+ - lib
84
+ - vendor
92
85
  required_ruby_version: !ruby/object:Gem::Requirement
93
86
  requirements:
94
87
  - - ">="