nugrant 2.0.0 → 2.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.
- checksums.yaml +13 -5
- data/CHANGELOG.md +7 -3
- data/lib/nugrant/vagrant/v2/config/user.rb +1 -0
- data/lib/nugrant/version.rb +1 -1
- metadata +16 -16
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
N2VlYTUxZDg3NDFmMTM0OTY0OTZlN2YyMzgzOTM2ZDM4NmI1NWEwYQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
YmMxMDhhNmRiMjhmMTFjYTZkY2JhMGNhOTZkNjllZDk3OGU0ZmRiZg==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MzUwMjhlNjg4NTZlNzU4ODE4NDhmMjdkMGY2YjhkMWQzY2NkMDEwMjIyMmYy
|
10
|
+
NzIzYTVjNjE4YjEyMWI5NmQxM2U1ZTQzZWZjYmU1NjkyNDVhNTFlZGM0ZjY4
|
11
|
+
MGI0ZGY1NmRjNzUyOTRkN2EwZWVhYjFlNzAxN2VmNjAwZThmZTY=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YjY4Nzg3MzRmNTllOTA1MDk2ZmZlYzE3MDYyOTJiNzEwYjVjNzM0YjE5OTgy
|
14
|
+
NTg3MmY3NDcyYzMwMTQyMTE3MzIzMzhhOGVjMWViZjViOWNkZDI0OWM0MjE3
|
15
|
+
NTYyMTY5NWM2YzkwMjQ5Yjc4ZDk1MTA2MTk1Mzg2MmE5NjM0N2U=
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1
|
-
# 2.0.
|
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
|
data/lib/nugrant/version.rb
CHANGED
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:
|
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:
|
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:
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
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.
|
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.
|