irt 1.2.9 → 1.2.10
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.
- data/VERSION +1 -1
- data/bin/irt +2 -0
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.10
|
data/bin/irt
CHANGED
|
@@ -114,6 +114,8 @@ files.each do |file|
|
|
|
114
114
|
sprintf cmd_format, options[:irb_options], file, options[:rails_env]
|
|
115
115
|
when '>=3.1.*'
|
|
116
116
|
sprintf cmd_format, options[:rails_env], options[:irb_options], file
|
|
117
|
+
else
|
|
118
|
+
sprintf cmd_format, options[:irb_options], file
|
|
117
119
|
end
|
|
118
120
|
exit(1) unless system ENV['IRT_COMMAND']
|
|
119
121
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: irt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.2.
|
|
5
|
+
version: 1.2.10
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Domizio Demichelis
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-08-
|
|
13
|
+
date: 2011-08-19 00:00:00 -04:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|