dream-ops 0.2.0 → 0.3.0

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: fe5971e39855c322c3680d7495452950f6e129ac
4
- data.tar.gz: 6d7b6cd6b14ae02429694879aa34d7656ecd2228
3
+ metadata.gz: cb363370cd9c9603a6971dcf9cc367abaec8824b
4
+ data.tar.gz: 1b501140522af9ce3f984fe76ea8b498e4b44118
5
5
  SHA512:
6
- metadata.gz: 04e7efd3f5108eb2f547265bee1b326a1523d4e19b8cd49eea62b0d45c7331509ec380d5a7d4e996312bf6d90fcd3665226d4fa220fb8f81644e93d24be31ac5
7
- data.tar.gz: 642468eaabb2ec607aa1c3415dc21052884927d6e8835bca5849a9d08eee1edf966cc66db02993962a34438b73f0649f776ca786c077f23e89ee43b03cda8d22
6
+ metadata.gz: b15b31e9d7eed839854be3bd5589d56f4306b42664a9ac5a18bf222583d04bdf32dcab1320d616f941a37cbb1fed4d98a06df2b21fc83940532c100a128e0412
7
+ data.tar.gz: 230fc144ae650fbbe0d45cf5b8d56e29d8948786c04bd16ad316bf5b37d2a661b576c7594536dd42cba28a8bbbebcf8127903ac484c5f33743f1cc5e7c506ee3
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.4
4
+ before_install:
5
+ - gem update --system
6
+ - gem install bundler
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # DreamOps
2
2
  [![Gem Version](https://img.shields.io/gem/v/dream-ops.svg)][gem]
3
+ [![Build Status](https://travis-ci.org/chris-allen/dream-ops.svg?branch=master)](https://travis-ci.org/chris-allen/dream-ops)
3
4
 
4
5
  [gem]: https://rubygems.org/gems/dream-ops
5
6
 
@@ -49,4 +50,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
49
50
 
50
51
  ## Contributing
51
52
 
52
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/dream-ops.
53
+ Bug reports and pull requests are welcome on GitHub at https://github.com/chris-allen/dream-ops.
data/Rakefile CHANGED
@@ -1,2 +1,11 @@
1
1
  require "bundler/gem_tasks"
2
+
3
+ begin
4
+ require "rspec/core/rake_task"
5
+ RSpec::Core::RakeTask.new(:spec)
6
+ rescue LoadError
7
+ puts "Rspec not available"
8
+ task :spec
9
+ end
10
+
2
11
  task :default => :spec
@@ -1,5 +1,6 @@
1
1
  require "aws-sdk"
2
2
  require "ridley"
3
+ require "uri"
3
4
 
4
5
  Aws.use_bundled_cert!
5
6
 
@@ -88,7 +89,7 @@ module DreamOps
88
89
 
89
90
  # Skip this step if the stack doesn't use S3
90
91
  if source.type == 's3'
91
- cookbookPath = source.url[25..-1]
92
+ cookbookPath = URI.parse(source.url).path[1..-1]
92
93
  firstSlash = cookbookPath.index('/')
93
94
  cookbook = {
94
95
  bucket: cookbookPath[0..(firstSlash-1)],
@@ -1,3 +1,3 @@
1
1
  module DreamOps
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dream-ops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Allen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2018-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -137,6 +137,7 @@ extensions: []
137
137
  extra_rdoc_files: []
138
138
  files:
139
139
  - ".gitignore"
140
+ - ".travis.yml"
140
141
  - Gemfile
141
142
  - LICENSE.txt
142
143
  - README.md
@@ -177,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
178
  version: 2.0.0
178
179
  requirements: []
179
180
  rubyforge_project:
180
- rubygems_version: 2.6.12
181
+ rubygems_version: 2.6.14
181
182
  signing_key:
182
183
  specification_version: 4
183
184
  summary: This is the summary