Skip to content

Commit 2b0fc55

Browse files
committed
version update to 0.99
1 parent fc9e78a commit 2b0fc55

File tree

14 files changed

+13
-18
lines changed

14 files changed

+13
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
- COMPONENT=hyper-router LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2626
- COMPONENT=hyper-spec LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2727
- COMPONENT=hyper-store LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
28-
#- COMPONENT=hyper-trace LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
28+
- COMPONENT=hyper-trace LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2929
- COMPONENT=hyperloop LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
3030
- COMPONENT=hyperloop-config LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
3131
before_install:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
class Component
3-
VERSION = '1.0.0.lap28'
3+
VERSION = '0.99'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
module Console
3-
VERSION = '1.0.0.lap28'
3+
VERSION = '0.99'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperI18n
2-
VERSION = '1.0.0.lap28'
2+
VERSION = '0.99'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperModel
2-
VERSION = '1.0.0.lap28'
2+
VERSION = '0.99'
33
end

ruby/hyper-model/spec/batch1/column_types/column_type_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,9 @@ class DefaultTest < ActiveRecord::Base
9191
end
9292

9393
size_window(:small, :portrait)
94-
puts "before delete TypeTest.count = #{TypeTest.count}, TypeTest.last = #{TypeTest.last.inspect}"
9594

9695
TypeTest.delete_all
9796

98-
puts "after delete TypeTest.count = #{TypeTest.count}, TypeTest.last = #{TypeTest.last.inspect}"
99-
10097
DefaultTest.delete_all
10198
end
10299

@@ -191,8 +188,6 @@ class DefaultTest < ActiveRecord::Base
191188
time: t.time,
192189
timestamp: t.time
193190
)
194-
puts "TypeTest.count = #{TypeTest.count}, TypeTest.last = #{TypeTest.last.inspect}"
195-
#r.reload
196191
expect_promise do
197192
ReactiveRecord.load do
198193
TypeTest.columns_hash.collect do |attr, _info|
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Hyperloop
22
class Operation
3-
VERSION = '1.0.0.lap28'
3+
VERSION = '0.99'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module React
2-
VERSION = '1.0.0.lap28'
2+
VERSION = '0.99'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module HyperRouter
22
VERSION = '4.2.6.lap28'
3-
HYPERLOOP_VERSION = '1.0.0.lap28'
3+
HYPERLOOP_VERSION = '0.99'
44
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HyperSpec
2-
VERSION = '1.0.0.lap28'
2+
VERSION = '0.99'
33
end

0 commit comments

Comments
 (0)