rugui 1.5.4 → 1.6.0
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/Changelog +3 -0
- data/lib/rugui/initializer.rb +3 -2
- data/lib/rugui/version.rb +2 -2
- metadata +11 -9
data/Changelog
CHANGED
data/lib/rugui/initializer.rb
CHANGED
|
@@ -44,7 +44,7 @@ module RuGUI
|
|
|
44
44
|
|
|
45
45
|
set_load_path
|
|
46
46
|
add_gem_load_paths
|
|
47
|
-
|
|
47
|
+
|
|
48
48
|
set_autoload_paths
|
|
49
49
|
load_framework_adapter
|
|
50
50
|
|
|
@@ -73,7 +73,7 @@ module RuGUI
|
|
|
73
73
|
|
|
74
74
|
# Set the paths from which RuGUI will automatically load source files.
|
|
75
75
|
def set_autoload_paths
|
|
76
|
-
ActiveSupport::Dependencies.
|
|
76
|
+
ActiveSupport::Dependencies.autoload_paths = configuration.load_paths.uniq
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
# Loads the environment specified by Configuration#environment_path, which
|
|
@@ -160,3 +160,4 @@ Run `rake gems:install` to install the missing gems.
|
|
|
160
160
|
end
|
|
161
161
|
end
|
|
162
162
|
end
|
|
163
|
+
|
data/lib/rugui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rugui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 1.
|
|
8
|
+
- 6
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.6.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Vicente Mundim
|
|
14
14
|
- Felipe Mesquita
|
|
15
15
|
- Claudio Escudero
|
|
16
16
|
- Cole Teeter
|
|
17
|
+
- Sebastien Nicouleaud
|
|
17
18
|
autorequire:
|
|
18
19
|
bindir: bin
|
|
19
20
|
cert_chain: []
|
|
20
21
|
|
|
21
|
-
date:
|
|
22
|
+
date: 2011-01-15 00:00:00 -02:00
|
|
22
23
|
default_executable:
|
|
23
24
|
dependencies:
|
|
24
25
|
- !ruby/object:Gem::Dependency
|
|
@@ -29,12 +30,12 @@ dependencies:
|
|
|
29
30
|
requirements:
|
|
30
31
|
- - ">="
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
|
-
hash:
|
|
33
|
+
hash: 17
|
|
33
34
|
segments:
|
|
34
35
|
- 2
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
version: 2.
|
|
36
|
+
- 3
|
|
37
|
+
- 9
|
|
38
|
+
version: 2.3.9
|
|
38
39
|
type: :runtime
|
|
39
40
|
version_requirements: *id001
|
|
40
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -59,6 +60,7 @@ email:
|
|
|
59
60
|
- fmesquitacunha@gmail.com
|
|
60
61
|
- claudioe@gmail.com
|
|
61
62
|
- thecatwasnot@gmail.com
|
|
63
|
+
- sebastien.nicouleaud@gmail.com
|
|
62
64
|
executables:
|
|
63
65
|
- rugui
|
|
64
66
|
extensions: []
|