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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +8 -6
- data/lib/prerender_chrome/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 446c40aa372ebdffbfdde9d52adce63403f71aa8a0eec9910a119d3ad8cf6ee8
|
4
|
+
data.tar.gz: b6f8fe91233f2ee3c36a06d26abf6a2dfe0047524a3c02320cceb6de6a41d96f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f93b993dad256f3b20a6f45cd169297414a34246f108e6376bc342f873b3c6d8ac39ed39a669dbfcee928749d358786267e7eec410bacf5c5dea92da6b39bac9
|
7
|
+
data.tar.gz: 4c1537671852757fe0141ed4485e052a4a96fab9ed6758e049c986d8cd13d53ed7d89d219aae8820d47ac595ff25463d2d5860f119558dd7bda0544cfb76400d
|
data/Gemfile.lock
CHANGED
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
|
-
|
15
|
+
```shell
|
16
|
+
bundle install
|
17
|
+
```
|
18
18
|
|
19
19
|
Or install it yourself as:
|
20
20
|
|
21
|
-
|
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/
|
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/
|
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).
|