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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ba5426b5df3a3f69d10b951d9a5fec1e98e0778
4
- data.tar.gz: 85a123bb973db7248f2adbf270d0a4509de11c14
3
+ metadata.gz: 0bd97d8a4de1f6d2c733133106a87a5b5bdbb1c5
4
+ data.tar.gz: bd722bcd426e3c95a249032567b3777ada5431e9
5
5
  SHA512:
6
- metadata.gz: 8d953512e96e53912513345d1d0762b006dcda54075e7ffcc8b75ffd1842beba973675e728e1d2d2462a81b1e5696338a7d28cb6cc03778d3e26ea960f701b20
7
- data.tar.gz: 4ddffd63486a18effb0c88b6fd9d13fd3ce2632ad88bba3ec675ef266ed186474dd820e6d2229a674a3b5aa34120c7fc3781bf613c5b88fd4f7e8bcdce4d3d81
6
+ metadata.gz: 777a094a2bfa9c7c5517bc3361971f27a5fa755c406a739218509fb569ff5cdf1532112876a0b935005406b63fe8f0205b637207523164aae3c1636af339ac73
7
+ data.tar.gz: 88da8d3bd004b7000ac1531c0aae5262a9632b3e3973042a867d73eaf63280b11193ec8de17763f98b7815ac8b01973f008a8515a20468015265ae96f61e3645
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ 2.3.1
2
+ =====
3
+
4
+ [➠] Moved tasks out of library
5
+ [➠] Updated Gems
6
+
1
7
  2.3.0
2
8
  =====
3
9
 
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)"
@@ -2,7 +2,7 @@ module Ember
2
2
  module CLI
3
3
  module Deploy
4
4
  module Rack # :nodoc:
5
- VERSION = '2.3.0'
5
+ VERSION = '2.3.1'
6
6
  end
7
7
  end
8
8
  end
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.0
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 00:00:00.000000000 Z
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.4'
99
+ version: '10.5'
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: 10.4.2
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.4'
109
+ version: '10.5'
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
- version: 10.4.2
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
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env rake
2
-
3
- begin
4
- require 'bundler/setup'
5
- rescue LoadError
6
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks.'
7
- end
8
-
9
- Bundler::GemHelper.install_tasks
data/lib/tasks/rspec.rake DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env rake
2
-
3
- require 'rspec/core/rake_task'
4
-
5
- RSpec::Core::RakeTask.new :spec
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env rake
2
-
3
- require 'rubocop/rake_task'
4
-
5
- RuboCop::RakeTask.new(:rubocop) do |task|
6
- task.requires << 'rubocop-rspec'
7
-
8
- # Don't abort Rake on failure.
9
- task.fail_on_error = false
10
- end