grntest 1.0.9 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2eaa3b200f88ffe43771ed58704ddc925c8c3b54
4
- data.tar.gz: d55bdd76d826f869ecb6482b2c04d2a5b6ed7beb
3
+ metadata.gz: 62457341e141c3050f3969b9b5aa2690565f5ee1
4
+ data.tar.gz: 03a4afb4769285f72c567536b48cffd18bd8ffb4
5
5
  SHA512:
6
- metadata.gz: 2aa26866b78d9e4c0a89ba28d1041dec5e698025f89533ef2c460114bd0d2331d2f80806ff19c5486effc6e4172e382c6fbfe45887102adcd29902f9e261f21d
7
- data.tar.gz: 1bc57cd0f43d21abaedda718f65cf4bfc486c8ad93c97c812a1691500a78b2f922870f21ba1d99c4b0a9287e94674af4583f09f2dbd1ea171e3a3c2b5ef25607
6
+ metadata.gz: 5bc15fab4a1cc065ba334603d7db4725d9930db36f5e578882b3612e688b201a618c1de006454a1f044628f00cda5ae7f46d6c48b4643acde8c5d67643a571e0
7
+ data.tar.gz: 5e2298d5aa1035ef11ae9c3b550e34aa51aa160887744e5bad29f454efa833787bcd2b02164278b41e3966b19e08fc250119bc9111d57a9ddfed2a715cfb41ea
data/doc/text/news.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # News
2
2
 
3
+ ## 1.1.0: 2014-10-25
4
+
5
+ ### Improvements
6
+
7
+ * Add "load" command to "may slow command" list.
8
+
9
+ ### Fixes
10
+
11
+ * Fix a bug that "may slow command" check is broken.
12
+
3
13
  ## 1.0.9: 2014-09-28
4
14
 
5
15
  ### Improvements
@@ -62,9 +62,10 @@ module Grntest
62
62
  MAY_SLOW_COMMANDS = [
63
63
  "column_create",
64
64
  "register",
65
+ "load",
65
66
  ]
66
67
  def may_slow_command?
67
- MAY_SLOW_COMMANDS.include?(@current_command)
68
+ MAY_SLOW_COMMANDS.include?(@current_command.name)
68
69
  end
69
70
  end
70
71
  end
@@ -14,5 +14,5 @@
14
14
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
  module Grntest
17
- VERSION = "1.0.9"
17
+ VERSION = "1.1.0"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grntest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-28 00:00:00.000000000 Z
12
+ date: 2014-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json