bowline 0.9.1 → 0.9.2
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/bowline.gemspec +2 -2
- data/lib/bowline/initializer.rb +1 -1
- data/lib/bowline/version.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.2
|
data/bowline.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{bowline}
|
|
8
|
-
s.version = "0.9.
|
|
8
|
+
s.version = "0.9.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Alex MacCaw"]
|
|
12
|
-
s.date = %q{2010-05-
|
|
12
|
+
s.date = %q{2010-05-22}
|
|
13
13
|
s.default_executable = %q{bowline-gen}
|
|
14
14
|
s.description = %q{Ruby/JS GUI framework}
|
|
15
15
|
s.email = %q{alex@leadthinking.com}
|
data/lib/bowline/initializer.rb
CHANGED
|
@@ -229,7 +229,7 @@ module Bowline
|
|
|
229
229
|
|
|
230
230
|
def load_application_environment
|
|
231
231
|
config = configuration
|
|
232
|
-
path = Bowline.root.join(
|
|
232
|
+
path = Bowline.root.join("config", "environments", Bowline.env + ".rb").to_s
|
|
233
233
|
eval(IO.read(path), binding, path)
|
|
234
234
|
end
|
|
235
235
|
|
data/lib/bowline/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 9
|
|
8
|
-
-
|
|
9
|
-
version: 0.9.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.9.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Alex MacCaw
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-05-
|
|
17
|
+
date: 2010-05-22 00:00:00 -04:00
|
|
18
18
|
default_executable: bowline-gen
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|