ember-cli-deploy-rack 2.3.0 → 2.3.1
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +3 -0
- data/lib/ember/cli/deploy/rack/version.rb +1 -1
- metadata +6 -9
- data/lib/tasks/bundler.rake +0 -9
- data/lib/tasks/rspec.rake +0 -5
- data/lib/tasks/rubocop.rake +0 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0bd97d8a4de1f6d2c733133106a87a5b5bdbb1c5
|
|
4
|
+
data.tar.gz: bd722bcd426e3c95a249032567b3777ada5431e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 777a094a2bfa9c7c5517bc3361971f27a5fa755c406a739218509fb569ff5cdf1532112876a0b935005406b63fe8f0205b637207523164aae3c1636af339ac73
|
|
7
|
+
data.tar.gz: 88da8d3bd004b7000ac1531c0aae5262a9632b3e3973042a867d73eaf63280b11193ec8de17763f98b7815ac8b01973f008a8515a20468015265ae96f61e3645
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[![Code Climate Status][Code Climate Status]][Code Climate]
|
|
6
6
|
[![Test Coverage Status][Test Coverage Status]][Test Coverage]
|
|
7
7
|
[![Gemnasium Status][Gemnasium Status]][Gemnasium]
|
|
8
|
+
[![Gem Version][Gem Version]][RubyGems]
|
|
8
9
|
|
|
9
10
|
**A [Rack] package to launch your [Ember.js] application into the Cloud.**
|
|
10
11
|
|
|
@@ -198,6 +199,7 @@ Ember CLI Deploy Rack is released under the [MIT License (MIT)], see [LICENSE].
|
|
|
198
199
|
[ember-deploy-redis]: https://github.com/ember-cli-deploy/ember-cli-deploy-redis "An ember-cli-deploy plugin to upload index.html to a Redis store."
|
|
199
200
|
[Ember.js]: http://emberjs.com "A framework for creating ambitious web applications."
|
|
200
201
|
[Foreman]: http://ddollar.github.io/foreman "Manage Procfile-based applications"
|
|
202
|
+
[Gem Version]: https://img.shields.io/gem/v/ember-cli-deploy-rack.svg?style=flat "Gem Version"
|
|
201
203
|
[Gemnasium]: https://gemnasium.com/bitaculous/ember-cli-deploy-rack "Ember CLI Deploy Rack at Gemnasium"
|
|
202
204
|
[Gemnasium Status]: https://img.shields.io/gemnasium/bitaculous/ember-cli-deploy-rack.svg?style=flat "Gemnasium Status"
|
|
203
205
|
[Guard]: http://guardgem.org "A command line tool to easily handle events on file system modifications."
|
|
@@ -211,6 +213,7 @@ Ember CLI Deploy Rack is released under the [MIT License (MIT)], see [LICENSE].
|
|
|
211
213
|
[RSpec]: http://rspec.info "Behaviour Driven Development for Ruby"
|
|
212
214
|
[RuboCop]: https://github.com/bbatsov/rubocop "A Ruby static code analyzer, based on the community Ruby style guide."
|
|
213
215
|
[Ruby]: https://www.ruby-lang.org "A dynamic, open source programming language with a focus on simplicity and productivity."
|
|
216
|
+
[RubyGems]: https://rubygems.org/gems/ember-cli-deploy-rack "Ember CLI Deploy Rack at RubyGems"
|
|
214
217
|
[Semantic Versioning 2.0.0]: http://semver.org "Semantic Versioning 2.0.0"
|
|
215
218
|
[Sinatra]: http://www.sinatrarb.com "A DSL for quickly creating web applications in Ruby with minimal effort."
|
|
216
219
|
[Test Coverage]: https://codeclimate.com/github/bitaculous/ember-cli-deploy-rack "Test Coverage (Code Climate)"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ember-cli-deploy-rack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Maik Kempe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|
|
@@ -96,20 +96,20 @@ dependencies:
|
|
|
96
96
|
requirements:
|
|
97
97
|
- - "~>"
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
|
-
version: '10.
|
|
99
|
+
version: '10.5'
|
|
100
100
|
- - ">="
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 10.
|
|
102
|
+
version: 10.5.0
|
|
103
103
|
type: :development
|
|
104
104
|
prerelease: false
|
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
107
|
- - "~>"
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: '10.
|
|
109
|
+
version: '10.5'
|
|
110
110
|
- - ">="
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
version: 10.
|
|
112
|
+
version: 10.5.0
|
|
113
113
|
- !ruby/object:Gem::Dependency
|
|
114
114
|
name: rspec
|
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -147,9 +147,6 @@ files:
|
|
|
147
147
|
- lib/ember/cli/deploy/rack.rb
|
|
148
148
|
- lib/ember/cli/deploy/rack/engine.rb
|
|
149
149
|
- lib/ember/cli/deploy/rack/version.rb
|
|
150
|
-
- lib/tasks/bundler.rake
|
|
151
|
-
- lib/tasks/rspec.rake
|
|
152
|
-
- lib/tasks/rubocop.rake
|
|
153
150
|
- resources/config/settings.yml
|
|
154
151
|
- spec/ember_cli_deploy_rack_helper.rb
|
|
155
152
|
- spec/fixtures/ember/cli/deploy/rack/engine/revisions/current-content.html
|
data/lib/tasks/bundler.rake
DELETED
data/lib/tasks/rspec.rake
DELETED