rugui 1.5.4 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ 1.6.0
2
+ - Added ActiveSupport 3 compatibility (actually, it will work with > 2.3.9)
3
+
1
4
  1.5.4
2
5
  - Fixed a bug where {ROOT_PATH} was not properly substituted in style files
3
6
 
@@ -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.load_paths = configuration.load_paths.uniq
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
@@ -1,8 +1,8 @@
1
1
  module RuGUI
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
- MINOR = 5
5
- TINY = 4
4
+ MINOR = 6
5
+ TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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: 11
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 5
9
- - 4
10
- version: 1.5.4
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: 2010-10-25 00:00:00 -02:00
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: 9
33
+ hash: 17
33
34
  segments:
34
35
  - 2
35
- - 1
36
- - 1
37
- version: 2.1.1
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: []