xnlogic 1.0.19 → 1.0.20
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 +4 -4
- data/lib/xnlogic/templates/vagrant/Vagrantfile.tt +1 -1
- data/lib/xnlogic/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f21e4dd74cd0cd9e81301b80135055e5af75a46
|
|
4
|
+
data.tar.gz: ea285dd75351733413b3baede0ed70f14b9f1f9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3233f43814bdaeab932e4046648f43019170ddccae8c6a5ac68afbc2bd415d2e8d2376f17c745bd0f179a1090e45d6628bbbe29981bf9e42edf9dab076ddbd2d
|
|
7
|
+
data.tar.gz: 89064111b3a40c2063fb5f80e70b2779f3c1b2f98aaf8f8400e802ebed9de14ac7cb29a6c5deb9b662fbeb5e7fecb520776fedeba4cb2bd29c8784dcce3ae928
|
|
@@ -15,7 +15,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|
|
15
15
|
app_name = '<%= config[:name] %>'
|
|
16
16
|
|
|
17
17
|
# Every Vagrant virtual environment requires a box to build off of.
|
|
18
|
-
config.vm.box = "
|
|
18
|
+
config.vm.box = "xnlogic/ubuntu1404"
|
|
19
19
|
|
|
20
20
|
# Create a forwarded port mapping which allows access to a specific port
|
|
21
21
|
# within the machine from a port on the host machine. In the example below,
|
data/lib/xnlogic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xnlogic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Darrick Wiebe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
152
|
rubyforge_project:
|
|
153
|
-
rubygems_version: 2.4.
|
|
153
|
+
rubygems_version: 2.4.5
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 4
|
|
156
156
|
summary: XN Logic command-line tools
|