amp-html 0.7.15 → 0.7.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/CODE_OF_CONDUCT.md +46 -0
- data/README.md +3 -3
- data/amp-html.gemspec +2 -2
- data/lib/amp-html.rb +1 -1
- data/lib/amp-html/configuration.rb +2 -2
- data/lib/amp-html/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6df82817d7faf88cf48d4de67b7221fa9508c5e
|
4
|
+
data.tar.gz: e395916dddcaf224ace41106149470da42a3b497
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b88087a1f7fafaefe33ce3ef362d270d63b5c0c69638ac54232c39e3263e90a0ec30a4bb862de15fc6d40364fe0727365574f503d6ba39e9cec75863d463d6b
|
7
|
+
data.tar.gz: d2a0bd5f7a5dad0e9c36535b56cd0b98a3082971da5e0ac9d677b39962ed1789bd2695961b604956f6e9d11fe5615e732108baa3f47e31d7223fa4e697b7593b
|
data/CHANGELOG.md
CHANGED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
6
|
+
|
7
|
+
## Our Standards
|
8
|
+
|
9
|
+
Examples of behavior that contributes to creating a positive environment include:
|
10
|
+
|
11
|
+
* Using welcoming and inclusive language
|
12
|
+
* Being respectful of differing viewpoints and experiences
|
13
|
+
* Gracefully accepting constructive criticism
|
14
|
+
* Focusing on what is best for the community
|
15
|
+
* Showing empathy towards other community members
|
16
|
+
|
17
|
+
Examples of unacceptable behavior by participants include:
|
18
|
+
|
19
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
|
20
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
21
|
+
* Public or private harassment
|
22
|
+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
|
23
|
+
* Other conduct which could reasonably be considered inappropriate in a professional setting
|
24
|
+
|
25
|
+
## Our Responsibilities
|
26
|
+
|
27
|
+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
|
28
|
+
|
29
|
+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
|
30
|
+
|
31
|
+
## Scope
|
32
|
+
|
33
|
+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
|
34
|
+
|
35
|
+
## Enforcement
|
36
|
+
|
37
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at help@slooob.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
38
|
+
|
39
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
|
40
|
+
|
41
|
+
## Attribution
|
42
|
+
|
43
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
|
44
|
+
|
45
|
+
[homepage]: http://contributor-covenant.org
|
46
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# [BETA] AMP-HTML - Reliable
|
1
|
+
# [BETA] AMP-HTML - Reliable high-:zap: apps with AMP & Rails
|
2
2
|
|
3
|
-
<img src="https://travis-ci.org/slooob/amp-html.svg?branch=master" /> [![Gem Version](https://badge.fury.io/rb/amp-html.svg)](https://badge.fury.io/rb/amp-html)
|
3
|
+
<img src="https://travis-ci.org/slooob/amp-html.svg?branch=master" /> [![Gem Version](https://badge.fury.io/rb/amp-html.svg)](https://badge.fury.io/rb/amp-html)
|
4
4
|
|
5
5
|
AmpHtml is a universal solution to integrate the AMP Project (Accelerated Mobile Pages Project) into your Rails app with ease. It enables you to quickly spin-up, build and test your app with AMP, while fulfilling the app's unique requirements. It comes with a bunch of superpowers like user authentication, notifications, blogs, animations and support for assets in AMP.
|
6
6
|
|
@@ -37,7 +37,7 @@ Use the powerful features of AMP to make your Rails app consistently fast, beaut
|
|
37
37
|
|
38
38
|
### Quick info
|
39
39
|
|
40
|
-
#### Latest release: 0.7.
|
40
|
+
#### Latest release: 0.7.16 (Pre-release)
|
41
41
|
|
42
42
|
[**Changelog**](https://github.com/slooob/amp-html/blob/master/CHANGELOG.md), [Grab it from Rubygems](https://rubygems.org/gems/amp-html)
|
43
43
|
|
data/amp-html.gemspec
CHANGED
@@ -5,8 +5,8 @@ Gem::Specification.new do |gem|
|
|
5
5
|
gem.name = 'amp-html'
|
6
6
|
gem.version = AmpHtml::VERSION
|
7
7
|
gem.platform = Gem::Platform::RUBY
|
8
|
-
gem.summary = 'Reliable
|
9
|
-
gem.description = "[BETA
|
8
|
+
gem.summary = 'Reliable high-performant apps with AMP & Rails. Formerly `amphtml`.'
|
9
|
+
gem.description = "[BETA] AmpHtml is a universal solution to integrate the AMP Project (Accelerated Mobile Pages Project) into your Rails app with ease. It enables you to quickly spin-up, build and test your app with AMP, while fulfilling the app's unique requirements. It comes with a bunch of superpowers like user authentication, notifications, blogs, animations and support for assets in AMP. Make your app consistently fast, beautiful and high-performing across devices and distribution platforms."
|
10
10
|
gem.authors = ['Jonas Hübotter']
|
11
11
|
gem.email = 'developer@slooob.com'
|
12
12
|
gem.homepage = 'https://github.com/slooob/amp-html' # https://railsamp.com
|
data/lib/amp-html.rb
CHANGED
data/lib/amp-html/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: amp-html
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonas Hübotter
|
@@ -66,10 +66,10 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.7'
|
69
|
-
description: "[BETA
|
70
|
-
|
71
|
-
|
72
|
-
|
69
|
+
description: "[BETA] AmpHtml is a universal solution to integrate the AMP Project
|
70
|
+
(Accelerated Mobile Pages Project) into your Rails app with ease. It enables you
|
71
|
+
to quickly spin-up, build and test your app with AMP, while fulfilling the app's
|
72
|
+
unique requirements. It comes with a bunch of superpowers like user authentication,
|
73
73
|
notifications, blogs, animations and support for assets in AMP. Make your app consistently
|
74
74
|
fast, beautiful and high-performing across devices and distribution platforms."
|
75
75
|
email: developer@slooob.com
|
@@ -83,6 +83,7 @@ files:
|
|
83
83
|
- ".gitignore"
|
84
84
|
- ".travis.yml"
|
85
85
|
- CHANGELOG.md
|
86
|
+
- CODE_OF_CONDUCT.md
|
86
87
|
- CONTRIBUTING.md
|
87
88
|
- DEPRECATIONS.md
|
88
89
|
- Gemfile
|
@@ -292,5 +293,5 @@ rubyforge_project:
|
|
292
293
|
rubygems_version: 2.6.12
|
293
294
|
signing_key:
|
294
295
|
specification_version: 4
|
295
|
-
summary: Reliable
|
296
|
+
summary: Reliable high-performant apps with AMP & Rails. Formerly `amphtml`.
|
296
297
|
test_files: []
|