butler-mainframe 0.7.1 → 0.7.2
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/CHANGELOG.md +4 -0
- data/lib/generators/butler/install_generator.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: 75de9f8409ab162202f0b975756e85f92b8ab98e
|
|
4
|
+
data.tar.gz: 444109e617aa1f97d6fbb2152fca42d113a9c635
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9100aaab6f4d93ae5a7af875a04d9b018bfc266054bb24250d2abf1dad7e33bf2cf2adb360ed5f8431997c28861daae095109290720e6174514de54fbc4afad3
|
|
7
|
+
data.tar.gz: e8ebba2f849f65b482e562a049e5a18851c95a627773683573bd19e9562af59657d22f0cebbc3de5c1b33b809bcbaea36c7c5226609a6727504b8c55cd956ad4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
0.7.2 [☰](https://github.com/marcomd/butler-mainframe/compare/v0.7.1...v0.7.2) March 22th, 2016
|
|
2
|
+
------------------------------
|
|
3
|
+
* Fixed a bug during install in a rails project
|
|
4
|
+
|
|
1
5
|
0.7.1 [☰](https://github.com/marcomd/butler-mainframe/compare/v0.7.0...v0.7.1) January 12th, 2016
|
|
2
6
|
------------------------------
|
|
3
7
|
* Now the message contains the coordinates when you try to write a null value
|
|
@@ -19,7 +19,7 @@ module Butler
|
|
|
19
19
|
append_file file do
|
|
20
20
|
<<-FILE.gsub(/^ /, '')
|
|
21
21
|
raise "Define your host gateway in the rails initializer file!" unless ButlerMainframe.configuration.host_gateway
|
|
22
|
-
require "mainframe/emulators
|
|
22
|
+
require "mainframe/emulators/\#{ButlerMainframe.configuration.host_gateway.to_s.downcase}"
|
|
23
23
|
|
|
24
24
|
%w(butler.yml butler_private.yml).each do |file|
|
|
25
25
|
filepath = File.join(Rails.root,'config',file)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: butler-mainframe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marco Mastrodonato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This gem provides a virtual butler which can perform your custom tasks
|
|
14
14
|
on a 3270 emulator. Choose your emulator, configure your task and discover a new
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
requirements:
|
|
71
71
|
- A bit of awesomeness
|
|
72
72
|
rubyforge_project:
|
|
73
|
-
rubygems_version: 2.5.1
|
|
73
|
+
rubygems_version: 2.4.5.1
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 4
|
|
76
76
|
summary: A virtual butler to perform tasks on a 3270 emulator
|