openstudio-standards 0.1.7 → 0.1.8

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: fb164d0538ce6852024fdd4a7a67a9a949f5fba6
4
- data.tar.gz: e56317e0392df0e6401df7e4d4d72db2a11f057c
3
+ metadata.gz: f4035330bca46eba9e0630b8ffa07985bd326daa
4
+ data.tar.gz: a27de3191683f6de49bc98ebb565b43c360c21aa
5
5
  SHA512:
6
- metadata.gz: bf4d7e8dba6a645484fb0967726344b73c6d03a44a59ba88b417c9f99536ef94cfbbc5190ea4f294e835a01bbd331d498ba1b0fa6f2852f94d64dae9ad2b8a48
7
- data.tar.gz: 279327046dc5ba3b2fa5e9ef6c8eb1048081ac1ea6e9c02a47f56543a36f7426b21af38a352d836ea7f253c6bcec6f088d9e604f7ed92b2c98177b139db3a72a
6
+ metadata.gz: 54b1fa4f1330c36d6adb9ad34b5559f354ea9c69d9eae7c822cf6a7cc1243c8bcfca4b9e6e7eefe5bd43391ef326c9302728ac409724d51d441cb89999672ede
7
+ data.tar.gz: bb6c66b46156bab4c44dba1e15a386115d504c539b6a579de81b0293cbd37e905ab4253c0c0a7f002c06797ef202bbd20fec6fab0223a36656e18791ca4e33f7
@@ -354,29 +354,6 @@ module BTAP
354
354
  OpenStudio::Time.new(timestring)
355
355
  end
356
356
  end
357
- module TESTME # :nodoc:
358
- require 'irb'
359
- def self.start_session(binding)
360
- unless @__initialized
361
- args = ARGV
362
- ARGV.replace(ARGV.dup)
363
- IRB.setup(nil)
364
- ARGV.replace(args)
365
- @__initialized = true
366
- end
367
-
368
- workspace = WorkSpace.new(binding)
369
-
370
- irb = Irb.new(workspace)
371
-
372
- @CONF[:IRB_RC].call(irb.context) if @CONF[:IRB_RC]
373
- @CONF[:MAIN_CONTEXT] = irb.context
374
-
375
- catch(:IRB_EXIT) do
376
- irb.eval_input
377
- end
378
- end
379
- end
380
357
  end
381
358
  #module BTAP
382
359
 
@@ -1,3 +1,3 @@
1
1
  module OpenstudioStandards
2
- VERSION = '0.1.7'.freeze
2
+ VERSION = '0.1.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-standards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Parker
@@ -21,7 +21,7 @@ authors:
21
21
  autorequire:
22
22
  bindir: bin
23
23
  cert_chain: []
24
- date: 2016-10-14 00:00:00.000000000 Z
24
+ date: 2016-10-26 00:00:00.000000000 Z
25
25
  dependencies:
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: bundler