prerender_chrome 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742abc84e50510c47b230bf008505ac47731287e4dca908026d9629bd3622097
4
- data.tar.gz: 7d959255d314d613530860f10a5b9d5c0779a4bb06cd679f5c312c45651476fd
3
+ metadata.gz: 446c40aa372ebdffbfdde9d52adce63403f71aa8a0eec9910a119d3ad8cf6ee8
4
+ data.tar.gz: b6f8fe91233f2ee3c36a06d26abf6a2dfe0047524a3c02320cceb6de6a41d96f
5
5
  SHA512:
6
- metadata.gz: e938e788b2d0b807e5d428f3dafa3b9f02eed465fa0f60a470819d86a25605cbf35188c6ade6e919789dbc1e64c8f0567f130e9f9543d703dee73c71b2843f8c
7
- data.tar.gz: a4bfd724a2235c8d8027244ce031c24d343819840c4f586deebf61dae3d1cf197d73f3c319d1b53586de54c1575807ac2b5ec747accb9cb76259497c22d8d709
6
+ metadata.gz: f93b993dad256f3b20a6f45cd169297414a34246f108e6376bc342f873b3c6d8ac39ed39a669dbfcee928749d358786267e7eec410bacf5c5dea92da6b39bac9
7
+ data.tar.gz: 4c1537671852757fe0141ed4485e052a4a96fab9ed6758e049c986d8cd13d53ed7d89d219aae8820d47ac595ff25463d2d5860f119558dd7bda0544cfb76400d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prerender_chrome (0.1.1)
4
+ prerender_chrome (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # PrerenderChrome
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/prerender_chrome`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
3
  TODO: Placeholder for gem name
6
4
 
7
5
  ## Installation
@@ -14,11 +12,15 @@ gem 'prerender_chrome'
14
12
 
15
13
  And then execute:
16
14
 
17
- $ bundle install
15
+ ```shell
16
+ bundle install
17
+ ```
18
18
 
19
19
  Or install it yourself as:
20
20
 
21
- $ gem install prerender_chrome
21
+ ```shell
22
+ gem install prerender_chrome
23
+ ```
22
24
 
23
25
  ## Usage
24
26
 
@@ -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]/prerender_chrome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/prerender_chrome/blob/master/CODE_OF_CONDUCT.md).
37
+ Bug reports and pull requests are welcome on GitHub at https://github.com/joshfng/prerender_chrome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/joshfng/prerender_chrome/blob/master/CODE_OF_CONDUCT.md).
36
38
 
37
39
  ## License
38
40
 
@@ -40,4 +42,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
42
 
41
43
  ## Code of Conduct
42
44
 
43
- Everyone interacting in the PrerenderChrome project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/prerender_chrome/blob/master/CODE_OF_CONDUCT.md).
45
+ Everyone interacting in the PrerenderChrome project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/joshfng/prerender_chrome/blob/master/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PrerenderChrome
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prerender_chrome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Frye