Skip to content

Commit

Permalink
Update to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Apr 19, 2018
1 parent 41f8ced commit 32f2af3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
= 4.6.0

- Allow locally defined key files
- Allow locally defined config to omit directory
- Allow absolute project paths as well as a project_dir config
- Update Dependancies

= 4.5.3 =

- Allow development of installed plugin
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
roku_builder (4.5.3)
roku_builder (4.6.0)
faraday (~> 0.13)
faraday-digestauth (~> 0.2)
git (~> 1.3)
Expand All @@ -18,7 +18,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
ast (2.4.0)
byebug (10.0.0)
byebug (10.0.2)
coderay (1.1.2)
coveralls (0.8.21)
json (>= 1.8, < 3)
Expand All @@ -29,7 +29,7 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
docile (1.1.5)
faraday (0.14.0)
faraday (0.15.0)
multipart-post (>= 1.2, < 3)
faraday-digestauth (0.3.0)
faraday (~> 0.7)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.12)
lumberjack (1.0.13)
m (1.5.1)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
Expand All @@ -73,19 +73,19 @@ GEM
multipart-post (2.0.0)
nenv (0.3.0)
net-http-digest_auth (1.4.1)
net-ping (2.0.2)
net-ping (2.0.4)
net-telnet (0.1.1)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oga (2.14)
oga (2.15)
ast
ruby-ll (~> 2.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.2)
rake (12.3.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down
2 changes: 1 addition & 1 deletion lib/roku_builder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module RokuBuilder
# Version of the RokuBuilder Gem
VERSION = "4.5.3"
VERSION = "4.6.0"
end

0 comments on commit 32f2af3

Please sign in to comment.