nugrant 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 89aef5f2cae21cfe30f4fd15204955cd83ee5fd7
4
- data.tar.gz: 85aff126d8c8cb3719d5f4a75ace5a95ce4460df
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ N2VlYTUxZDg3NDFmMTM0OTY0OTZlN2YyMzgzOTM2ZDM4NmI1NWEwYQ==
5
+ data.tar.gz: !binary |-
6
+ YmMxMDhhNmRiMjhmMTFjYTZkY2JhMGNhOTZkNjllZDk3OGU0ZmRiZg==
5
7
  SHA512:
6
- metadata.gz: b9fb53dbf9edcb2cf22060430ea36fe6a54c07002fe4601e374f98e5d8a001243f1ff0550b07d8a3a576729d69c3b9da5478f8f7f6fd08485cd07b05f0641597
7
- data.tar.gz: 0ee9ef8856832546e5048f614a42ca6ad166387b905d3cfa119bce4a8d2ffd185c9814ea26f15ef714bad9c36fa50e4b807f6c3d23493fbf58bf992b5888919d
8
+ metadata.gz: !binary |-
9
+ MzUwMjhlNjg4NTZlNzU4ODE4NDhmMjdkMGY2YjhkMWQzY2NkMDEwMjIyMmYy
10
+ NzIzYTVjNjE4YjEyMWI5NmQxM2U1ZTQzZWZjYmU1NjkyNDVhNTFlZGM0ZjY4
11
+ MGI0ZGY1NmRjNzUyOTRkN2EwZWVhYjFlNzAxN2VmNjAwZThmZTY=
12
+ data.tar.gz: !binary |-
13
+ YjY4Nzg3MzRmNTllOTA1MDk2ZmZlYzE3MDYyOTJiNzEwYjVjNzM0YjE5OTgy
14
+ NTg3MmY3NDcyYzMwMTQyMTE3MzIzMzhhOGVjMWViZjViOWNkZDI0OWM0MjE3
15
+ NTYyMTY5NWM2YzkwMjQ5Yjc4ZDk1MTA2MTk1Mzg2MmE5NjM0N2U=
@@ -1,4 +1,10 @@
1
- # 2.0.0 (In progress)
1
+ # 2.0.1 (July 10th, 2014)
2
+
3
+ * Fixed a bug when using the plugin. A require clause was missing,
4
+ it was working when doing commands but not when using Vagrant
5
+ directly.
6
+
7
+ # 2.0.0 (July 9th, 2014)
2
8
 
3
9
  * Fixed retrieval of current directory for `.vagrantuser`. The directory
4
10
  is now that same as the one of the `Vagrantfile`. Rules have been
@@ -92,8 +98,6 @@
92
98
 
93
99
  * The `Bag` class has a new API.
94
100
 
95
- # 1.4.3 (In progess)
96
-
97
101
  # 1.4.2 (January 11th, 2014)
98
102
 
99
103
  * Fixed Vagrant `user` config class to make the `has?` method
@@ -1,5 +1,6 @@
1
1
  require 'nugrant/mixin/parameters'
2
2
  require 'nugrant/vagrant/errors'
3
+ require 'nugrant/vagrant/v2/helper'
3
4
 
4
5
  module Nugrant
5
6
  module Vagrant
@@ -1,3 +1,3 @@
1
1
  module Nugrant
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nugrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: !binary |-
5
+ Mi4wLjE=
5
6
  platform: ruby
6
7
  authors:
7
8
  - Matthieu Vachon
@@ -16,24 +17,23 @@ dependencies:
16
17
  requirements:
17
18
  - - ~>
18
19
  - !ruby/object:Gem::Version
19
- version: '1.8'
20
+ version: !binary |-
21
+ MS44
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
23
25
  requirements:
24
26
  - - ~>
25
27
  - !ruby/object:Gem::Version
26
- version: '1.8'
27
- description: |2
28
- Nugrant is a library to easily handle parameters that need to be
29
- injected into an application via different sources (system, user,
30
- project, defaults).
31
-
32
- Nugrant can also be directly used as a Vagrant plugin. By activating
33
- this gem with Vagrant, it will be possible to define user specific
34
- parameters that will be injected directly into the Vagrantfile. This
35
- is useful if you need to share a Vagrantfile to multiple developers
36
- but would like to customize some parameters for each user differently.
28
+ version: !binary |-
29
+ MS44
30
+ description: ! " Nugrant is a library to easily handle parameters that need to
31
+ be\n injected into an application via different sources (system, user,\n project,
32
+ defaults).\n\n Nugrant can also be directly used as a Vagrant plugin. By activating\n
33
+ \ this gem with Vagrant, it will be possible to define user specific\n parameters
34
+ that will be injected directly into the Vagrantfile. This\n is useful if you
35
+ need to share a Vagrantfile to multiple developers\n but would like to customize
36
+ some parameters for each user differently.\n"
37
37
  email:
38
38
  - matthieu.o.vachon@gmail.com
39
39
  executables: []
@@ -135,17 +135,17 @@ require_paths:
135
135
  - lib
136
136
  required_ruby_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - '>='
138
+ - - ! '>='
139
139
  - !ruby/object:Gem::Version
140
140
  version: '0'
141
141
  required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '>='
143
+ - - ! '>='
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
147
  rubyforge_project:
148
- rubygems_version: 2.2.2
148
+ rubygems_version: 2.3.0
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: Library to handle user specific parameters from various location.