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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ccc64055d5275c6df5783c2694bb62d8b4e2962
4
- data.tar.gz: b1bfde60ffcc0ca4cd8c85963812d91a8fc1866a
3
+ metadata.gz: e6df82817d7faf88cf48d4de67b7221fa9508c5e
4
+ data.tar.gz: e395916dddcaf224ace41106149470da42a3b497
5
5
  SHA512:
6
- metadata.gz: 7342c12c8c32baea0957ad8b89cb77357385c7f8f30e45ddf9a4bab82de9f089b3808820fc24ecdaa598667729b54217bd3622216573c9bd17de7685177ea8fc
7
- data.tar.gz: cafe75d1f67410038400c13d232da893d634d3ba93807404a744251d0abb962cd4a3f29f0fd539ff5251cb31f40b3000af985ebc9549c952c901b637bba42c48
6
+ metadata.gz: 0b88087a1f7fafaefe33ce3ef362d270d63b5c0c69638ac54232c39e3263e90a0ec30a4bb862de15fc6d40364fe0727365574f503d6ba39e9cec75863d463d6b
7
+ data.tar.gz: d2a0bd5f7a5dad0e9c36535b56cd0b98a3082971da5e0ac9d677b39962ed1789bd2695961b604956f6e9d11fe5615e732108baa3f47e31d7223fa4e697b7593b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 0.7.16 (Pre-release) - 2017-08-24
8
+
9
+ * minor bugfixes
10
+
7
11
  ### 0.7.15 (Pre-release) - 2017-08-24
8
12
 
9
13
  * minor bugfixes
@@ -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 and high-:zap: apps with AMP & Rails
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) [![Code Climate](https://codeclimate.com/github/jonhue/amp-html/badges/gpa.svg)](https://codeclimate.com/github/jonhue/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.15 (Pre-release)
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 and high-performant apps with AMP & Rails. Formerly `amphtml`.'
9
- gem.description = "[BETA, Formerly `amphtml`] 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."
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
@@ -1,6 +1,6 @@
1
1
  begin
2
2
  require 'rails'
3
- rescue Exception
3
+ rescue Exception => e
4
4
  warn 'Ensure you are in a Ruby on Rails environment'
5
5
  end
6
6
 
@@ -161,9 +161,9 @@ module AmpHtml
161
161
 
162
162
  begin
163
163
  YAML.load_file 'config/amp-html.yml'
164
- rescue Exception
164
+ rescue Exception => e
165
165
  warn 'WARNING (AMP): You need to run `rails g amp_html:bundle` first.'
166
- exit
166
+ # exit
167
167
  end
168
168
  end
169
169
 
@@ -1,6 +1,6 @@
1
1
  module AmpHtml
2
2
 
3
- VERSION = '0.7.15'
3
+ VERSION = '0.7.16'
4
4
 
5
5
  class Version
6
6
 
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.15
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, Formerly `amphtml`] AmpHtml is a universal solution to integrate
70
- the AMP Project (Accelerated Mobile Pages Project) into your Rails app with ease.
71
- It enables you to quickly spin-up, build and test your app with AMP, while fulfilling
72
- the app's unique requirements. It comes with a bunch of superpowers like user authentication,
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 and high-performant apps with AMP & Rails. Formerly `amphtml`.
296
+ summary: Reliable high-performant apps with AMP & Rails. Formerly `amphtml`.
296
297
  test_files: []