travis 1.0.0 → 1.0.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.
@@ -26,7 +26,7 @@ module Travis
26
26
  keys = config_key.split('.')
27
27
  last_key = keys.pop
28
28
  nested_config = keys.inject(travis_config) { |c,k| c[k] ||= {}}
29
- nested_config[last_key] ||= [] << encrypted
29
+ nested_config[last_key] ||= [] << { 'secret' => encrypted }
30
30
  File.write(travis_yaml, travis_config.to_yaml)
31
31
  else
32
32
  say encrypted.inspect, template(__FILE__)
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
data/travis.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  # general infos
4
4
  s.name = "travis"
5
- s.version = "1.0.0"
5
+ s.version = "1.0.1"
6
6
  s.description = "CLI and Ruby client library for Travis CI"
7
7
  s.homepage = "https://github.com/travis-ci/travis"
8
8
  s.summary = "Travis CI client"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: