maccman-bowline 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -136,8 +136,8 @@ $.bowline.helper('name', 'arg1', ['arg2'])
136
136
 
137
137
  = MODELS
138
138
 
139
- Bowline plans to fully support ActiveRecord and the Sqlite3 database.
140
- This is still in development though.
139
+ Bowline supports ActiveRecord and the Sqlite3 database.
140
+ The packaging for databases is still in development though.
141
141
 
142
142
  = THEMES
143
143
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.5
1
+ 0.4.6
@@ -150,7 +150,7 @@
150
150
  };
151
151
 
152
152
  // main window
153
- if(UI.getCurrentWindow().isTopMost()){
154
- $.bowline.load();
155
- }
153
+ if(UI.currentWindow.equals(UI.mainWindow)){
154
+ $.bowline.load();
155
+ }
156
156
  })(jQuery)
data/bowline.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{bowline}
5
- s.version = "0.4.5"
5
+ s.version = "0.4.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Alex MacCaw"]
9
- s.date = %q{2009-07-23}
9
+ s.date = %q{2009-08-05}
10
10
  s.default_executable = %q{bowline-gen}
11
11
  s.description = %q{Ruby/JS GUI framework}
12
12
  s.email = %q{alex@leadthinking.com}
@@ -42,7 +42,7 @@ class ::Gem::Uninstaller
42
42
  uninstaller = Gem::Uninstaller.new(
43
43
  name,
44
44
  :version => "#{op} #{version}",
45
- :install_dir => Dir.pwd / "gems",
45
+ :install_dir => File.join(Dir.pwd, "vendor", "gems"),
46
46
  :all => true,
47
47
  :ignore => true,
48
48
  :executables => true
@@ -2,7 +2,7 @@ module Bowline
2
2
  module Version #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maccman-bowline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex MacCaw
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-23 00:00:00 -07:00
12
+ date: 2009-08-05 00:00:00 -07:00
13
13
  default_executable: bowline-gen
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -114,6 +114,7 @@ files:
114
114
  - templates/script/run
115
115
  has_rdoc: false
116
116
  homepage: http://github.com/maccman/bowline
117
+ licenses:
117
118
  post_install_message:
118
119
  rdoc_options:
119
120
  - --charset=UTF-8
@@ -134,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
135
  requirements: []
135
136
 
136
137
  rubyforge_project:
137
- rubygems_version: 1.2.0
138
+ rubygems_version: 1.3.5
138
139
  signing_key:
139
140
  specification_version: 3
140
141
  summary: Bowline GUI framework