butler-mainframe 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed67a6ff07abe972e3fedb89ddb890aec90c4018
4
- data.tar.gz: 764c55b18eea91284b4bf866e149eb6d255a52c2
3
+ metadata.gz: 75de9f8409ab162202f0b975756e85f92b8ab98e
4
+ data.tar.gz: 444109e617aa1f97d6fbb2152fca42d113a9c635
5
5
  SHA512:
6
- metadata.gz: 5c4b209cfc81d3dd7802f1effe7ab42e63f5042e2674d140ee8ba8ea0e2d30302196a7c574222e6d66f8a95c0897f07596c9151135309b7700c0ccedf4156129
7
- data.tar.gz: 40795c5f88491ac0ba28b9b66b7e87dc5b0b2528b9dcbe699253c7ac323bcccbb03cde9b6d9494b3b7068bcaba90d3be73979c5eaeceeb7185f840910c628d8e
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/#{ButlerMainframe.configuration.host_gateway.to_s.downcase}"
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.1
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-01-12 00:00:00.000000000 Z
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