github-css-rails 1.1.1 → 1.1.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDIyZmEyM2RiN2MzOTk5MTU0OTIyOTRjMGJlM2ViYWJkZjhkZWEwNg==
4
+ MDlmZjQ0OGZiZjFlNDY0NTAzMzUwZmNmOThhZWRmNWJjYjJjZGE3NQ==
5
5
  data.tar.gz: !binary |-
6
- MmUyMjNiNzU1MjZlZDIxYmZjN2IyZjNhY2QzZWE0NTllZDc0ZWUxOA==
6
+ NmMxNWJhNjZiZWMxYmNiNzc5NTBmNWE3MzQ1NDcwOWY0ODk4NGVjYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODc3MDE1YTIxNzllYTBlZWJkNzhjYmEzZWM0NWY1NWQ4MDdkMmZiMjcxM2Zl
10
- MWFiNDFiYWNiNTExODFjYTc2MjA5MjE4YzQwZDBmY2E0ZGNhMmM2YzdiZGUy
11
- YjZhOWZjYTdhOTIyNmNkOGE2NzFiN2RiZjdhOGU3Njk4NDJmMTg=
9
+ ZWE0NzE5NDBiMDQ3NWU0YzYxOGM1MGUwZmZlMGU1NjAzMWU3Mjc0ZjU0YzEy
10
+ NDJjYmRiOTUxODI4MGI3NjEyNjFjZGY0ZDJlMzhmZmU2ZjBlZDAxY2JkOGEx
11
+ MWVlYjJmNGE3NmQzMzc2MGEzMTUyMGMxMjhlMjMzMGZkZmY4Mzc=
12
12
  data.tar.gz: !binary |-
13
- NDdiYTQ1ZjZlYzUzZWExZjY0OGM5ODhkYzA4MDlmMjE4NzU1ZGU3ZjdjZTc0
14
- YjhhMTA0M2E1ZGJiMDE2MmNmODg0MjcwMDM4ZjgwMTljOGI2MTAyMTEyMzFh
15
- OTBlODVhNzI0NWJlZjBlMTU1YzBiMDBkMWQ0MjBhMWFhM2UyZWU=
13
+ YzRhZjIzZGM1YzA4YWFkMmU4NzRlYTJkMTBiNTg5OTg3NTU5NzRkOTVkMTI1
14
+ NDY3MWQ2OGJlYjVhNjY2ZDIwY2RkNTE0YjRmYjg4YzkyYTM1N2RhZDE3MTkw
15
+ MjU1MWNlODdkMjFmNzJiYzVkOGJkZGUwZDRiZDU3MTM4NTg4MTE=
data/README.md CHANGED
@@ -15,7 +15,7 @@ Add these lines to your application's `Gemfile`:
15
15
 
16
16
  ```rb
17
17
  # github flavored markdown css packaged for the rails asset pipeline
18
- gem 'github-css-rails', '~> 1.1'
18
+ gem 'github-css-rails', '~> 1.1.2'
19
19
  ```
20
20
 
21
21
  And then execute:
@@ -1,6 +1,6 @@
1
1
  module GithubCss
2
2
  module Rails
3
3
  # Refer to Semantic Versioning 2.0.0 (http://semver.org).
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.2"
5
5
  end
6
6
  end
@@ -2,7 +2,8 @@ require 'spec_helper'
2
2
 
3
3
  feature 'Asset pipeline' do
4
4
  scenario 'Browser requests application stylesheet' do
5
- visit '/assets/application.css'
5
+ visit asset_path('application.css')
6
+ # save_and_open_page # for debugging (opens page in browser)
6
7
 
7
8
  expect(page).to have_text(<<-EOF
8
9
  /* Github Markdown Stylesheet */
@@ -15,6 +15,9 @@ require 'capybara/rspec'
15
15
  require 'rspec/rails'
16
16
  require 'rspec/autorun'
17
17
 
18
+ include Sprockets::Helpers::RailsHelper
19
+ include Sprockets::Helpers::IsolatedHelper
20
+
18
21
  # Requires supporting ruby files with custom matchers and macros, etc,
19
22
  # in spec/support/ and its subdirectories.
20
23
  Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
@@ -1,2 +1,3 @@
1
1
  Rails.application.routes.draw do
2
+ get '/', to: 'application#index'
2
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-css-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doc Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-23 00:00:00.000000000 Z
11
+ date: 2013-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties