visualruby 3.0.17 → 3.0.18

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: e2434c8926f2476bec1c11354108a4b320cd4583
4
- data.tar.gz: 5e1d3930bd198f21c7dd1a306f8b410815c6411d
3
+ metadata.gz: bc6bb765611f2160433ba3069412ab60ed4e37b0
4
+ data.tar.gz: 909e5bf1145974f0b30d2eb3e8c5e9f54e89ab4d
5
5
  SHA512:
6
- metadata.gz: a3d2196193f960088d68eddacef6f32dd231e61d5bccd91898bceda3e96699255e656712b4895d442e8cee86eb718e7c207ff8b8d865347472da07cd695c5126
7
- data.tar.gz: f6ee408bcdc3e445ae952acdb6568f1870cf679e322c1a71f1f753fe41015e3307ff19a949f79f49e620ed5b409bf28c74df7a91126f8ebd12c1d04610538051
6
+ metadata.gz: 4a6d8205200d782fe4c8e7a6034afabffca2960f707fc97b97c23fdb1efc6436bd609536bc0db76d79b8fe8a3a9c86ce1f8a81ab89b0bc09d2a48f1fb6d87656
7
+ data.tar.gz: d5c2a5d933f5a4716a546856dacce21bab642b3d0872f52da1f00a578643056ab196e6a6e71c48c2191cccd233eb3630f4da54a226bf6acbfaf67c6db66385cd
data/.vr_settings.yaml CHANGED
@@ -1,27 +1,23 @@
1
1
  --- !ruby/object:VR_ENV
2
2
  vr_yaml_file: "/home/eric/vrp/vr3/.vr_settings.yaml"
3
- width: 1364
4
- height: 691
5
- panel_pos: 297
6
- notebook_panel_position: 458
3
+ width: 1308
4
+ height: 761
5
+ panel_pos: 268
6
+ notebook_panel_position: 532
7
7
  run_command_line: ruby vr
8
8
  open_files:
9
- - "/home/eric/vrp/vr3/yard_hack/common.css"
10
- - "/home/eric/vrp/vr3/src/editor/VR_Tabs.rb"
11
- - "/home/eric/vrp/vr3/lib/Alert.rb"
12
9
  - "/home/eric/vrp/vr3/lib/GladeGUI.rb"
13
- - "/home/eric/vrp/vr3/src/main/NewProjectGUI.rb"
14
- - "/home/eric/vrp/vr3/src/main/VR_Main.rb"
15
- - "/home/eric/vrp/vr3/src/main/VR_File_Tree.rb"
10
+ - "/home/eric/vrp/vr3/src/editor/VR_Tabs.rb"
11
+ - "/home/eric/vrp/vr3/yard_hack/index.html"
12
+ - "/home/eric/vrp/vr3/src/editor/VR_Document.rb"
13
+ - "/home/eric/vrp/vr3/examples/settings_file/bin/SavableSettings.rb"
14
+ - "/home/eric/vrp/vr3/examples/settings_file/bin/MainApp.rb"
15
+ - "/home/eric/vrp/vr3/lib/SavableClass.rb"
16
16
  - "/home/eric/vrp/vr3/vr.gemspec"
17
17
  open_folders:
18
18
  - "/home/eric/vrp/vr3"
19
- - "/home/eric/vrp/vr3/src"
20
- - "/home/eric/vrp/vr3/src/editor"
21
- - "/home/eric/vrp/vr3/src/main"
22
- - "/home/eric/vrp/vr3/yard_hack"
23
- current_file: "/home/eric/vrp/vr3/vr.gemspec"
24
- current_line: 21
19
+ current_file: "/home/eric/vrp/vr3/lib/GladeGUI.rb"
20
+ current_line: 310
25
21
  rdoc_command_line: yardoc lib - site/*.*
26
22
  builder: !ruby/object:Gtk::Builder {}
27
23
  top_level_window: false
@@ -0,0 +1,19 @@
1
+ --- !ruby/object:VR_ENV
2
+ vr_yaml_file: ".vr_settings.yaml"
3
+ width: 1329
4
+ height: 753
5
+ panel_pos: 513
6
+ notebook_panel_position: 400
7
+ run_command_line: ruby main.rb
8
+ open_files:
9
+ - "/home/eric/vrp/vr3/examples/alert_box/bin/AlertBoxDemo.rb"
10
+ open_folders:
11
+ - "/home/eric/vrp/vr3/examples/alert_box"
12
+ - "/home/eric/vrp/vr3/examples/alert_box/bin"
13
+ - "/home/eric/vrp/vr3/examples/alert_box/bin/glade"
14
+ current_file: "/home/eric/vrp/vr3/examples/alert_box/bin/AlertBoxDemo.rb"
15
+ current_line: 71
16
+ rdoc_command_line: rdoc
17
+ builder: !ruby/object:Gtk::Builder {}
18
+ top_level_window: false
19
+ settings_file_version: 1
@@ -0,0 +1,22 @@
1
+ --- !ruby/object:VR_ENV
2
+ vr_yaml_file: ".vr_settings.yaml"
3
+ width: 1102
4
+ height: 611
5
+ panel_pos: 360
6
+ notebook_panel_position: 400
7
+ run_command_line: ruby main.rb
8
+ open_files:
9
+ - "/home/eric/vrp/phantom/main.rb"
10
+ - "/home/eric/vrp/phantom/src/MyClass.rb"
11
+ open_folders:
12
+ - "/home/eric/vrp/phantom"
13
+ - "/home/eric/vrp/phantom/src"
14
+ - "/home/eric/vrp/phantom/src/glade"
15
+ current_file: "/home/eric/vrp/phantom/main.rb"
16
+ current_line: 11
17
+ rdoc_command_line: rdoc -x README
18
+ browser: firefox
19
+ backup_path: "/home/eric"
20
+ tab_spaces: 2
21
+ glade_path: glade-3
22
+ font_name: Monospace 10
@@ -0,0 +1,19 @@
1
+ --- !ruby/object:VR_ENV
2
+ vr_yaml_file: ".vr_settings.yaml"
3
+ width: 800
4
+ height: 600
5
+ panel_pos: 360
6
+ notebook_panel_position: 400
7
+ run_command_line: ruby main.rb
8
+ open_files:
9
+ - "/home/eric/vrp/vrx/Untitled"
10
+ open_folders:
11
+ - "/home/eric/vrp/examples/pop_up"
12
+ current_file: "/home/eric/vrp/vrx/Untitled"
13
+ current_line: 1
14
+ rdoc_command_line: rdoc -x README
15
+ browser: firefox
16
+ backup_path: "/home/eric"
17
+ tab_spaces: 2
18
+ glade_path: glade-3
19
+ font_name: Monospace 10
@@ -0,0 +1,22 @@
1
+ --- !ruby/object:VR_ENV
2
+ vr_yaml_file: ".vr_settings.yaml"
3
+ width: 1264
4
+ height: 727
5
+ panel_pos: 267
6
+ notebook_panel_position: 444
7
+ run_command_line: ruby main.rb
8
+ open_files:
9
+ - "/home/eric/vrp/vr3/examples/settings_file/main.rb"
10
+ - "/home/eric/vrp/vr3/examples/settings_file/bin/SavableSettings.rb"
11
+ - "/home/eric/vrp/vr3/examples/settings_file/bin/MainApp.rb"
12
+ open_folders:
13
+ - "/home/eric/vrp/vr3/examples/settings_file"
14
+ current_file: "/home/eric/vrp/vr3/examples/settings_file/main.rb"
15
+ current_line: 15
16
+ rdoc_command_line: rdoc -x README
17
+ browser: firefox
18
+ backup_path: "/home/eric"
19
+ tab_spaces: 2
20
+ glade_path: glade-3
21
+ font_name: Monospace 10
22
+ filename: ".vr_settings.yaml"
@@ -5,6 +5,7 @@ class NewProjectGUI
5
5
 
6
6
  def initialize(parent)
7
7
  @parent = parent
8
+ @projects_home = $VR_ENV_GLOBAL.projects_home # sets in glade
8
9
  end
9
10
 
10
11
  def buttonCreate__clicked(*args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visualruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.17
4
+ version: 3.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Cunningham
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir:
10
10
  - "."
11
11
  cert_chain: []
12
- date: 2016-06-27 00:00:00.000000000 Z
12
+ date: 2016-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk3
@@ -83,6 +83,7 @@ files:
83
83
  - "./examples/active_record2/bin/glade/Paycheck.glade"
84
84
  - "./examples/active_record2/db/development.sqlite3"
85
85
  - "./examples/active_record2/main.rb"
86
+ - "./examples/alert_box/.vr_settings.yaml"
86
87
  - "./examples/alert_box/bin/AlertBoxDemo.rb"
87
88
  - "./examples/alert_box/bin/glade/AlertBoxDemo.glade"
88
89
  - "./examples/alert_box/main.rb"
@@ -141,12 +142,15 @@ files:
141
142
  - "./examples/listview_objects/bin/glade/DataObject.glade"
142
143
  - "./examples/listview_objects/bin/glade/ListViewObjectsGUI.glade"
143
144
  - "./examples/listview_objects/main.rb"
145
+ - "./examples/phantom/.vr_settings.yaml"
144
146
  - "./examples/phantom/main.rb"
145
147
  - "./examples/phantom/src/MyClass.rb"
146
148
  - "./examples/phantom/src/glade/MyClass.glade"
149
+ - "./examples/pop_up/.vr_settings.yaml"
147
150
  - "./examples/pop_up/main.rb"
148
151
  - "./examples/pop_up/src/MyClass.rb"
149
152
  - "./examples/pop_up/src/glade/MyClass.glade"
153
+ - "./examples/settings_file/.vr_settings.yaml"
150
154
  - "./examples/settings_file/bin/MainApp.rb"
151
155
  - "./examples/settings_file/bin/SavableSettings.rb"
152
156
  - "./examples/settings_file/bin/glade/MainApp.glade"
@@ -260,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
264
  version: '0'
261
265
  requirements: []
262
266
  rubyforge_project: nowarning
263
- rubygems_version: 2.5.1
267
+ rubygems_version: 2.4.6
264
268
  signing_key:
265
269
  specification_version: 4
266
270
  summary: Create IDE designed to make great GUIs with Ruby