rugui 1.5.2 → 1.5.3
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/README.rdoc +7 -0
- data/lib/rugui/version.rb +1 -1
- data/lib/rugui.rb +2 -0
- metadata +4 -4
data/Changelog
CHANGED
data/README.rdoc
CHANGED
|
@@ -71,6 +71,13 @@ Your application may use Test::Unit or RSpec as the testing framework. If you
|
|
|
71
71
|
have RSpec gem installed, 'rake -T' will list RSpec related tasks as well.
|
|
72
72
|
Otherwise only Test::Unit tasks will be displayed.
|
|
73
73
|
|
|
74
|
+
== Using Active Support 3.0
|
|
75
|
+
|
|
76
|
+
When using with Active Support 3.0 you'll need to install two gems that are
|
|
77
|
+
needed by it:
|
|
78
|
+
|
|
79
|
+
sudo gem install tzinfo i18n
|
|
80
|
+
|
|
74
81
|
== More info
|
|
75
82
|
|
|
76
83
|
http://rugui.org
|
data/lib/rugui/version.rb
CHANGED
data/lib/rugui.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rugui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.5.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Vicente Mundim
|
|
@@ -18,7 +18,7 @@ autorequire:
|
|
|
18
18
|
bindir: bin
|
|
19
19
|
cert_chain: []
|
|
20
20
|
|
|
21
|
-
date: 2010-07-
|
|
21
|
+
date: 2010-07-06 00:00:00 -03:00
|
|
22
22
|
default_executable:
|
|
23
23
|
dependencies:
|
|
24
24
|
- !ruby/object:Gem::Dependency
|