typus 1.0.0.pre13 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/typus/version.rb +1 -1
- metadata +4 -6
data/lib/typus/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 7
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
|
-
-
|
7
|
+
- 3
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 1.0.0.pre13
|
10
|
+
version: 3.0.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Francesc Esplugas
|
@@ -391,7 +390,6 @@ files:
|
|
391
390
|
- test/unit/admin/mailer_test.rb
|
392
391
|
- test/unit/typus_user_roles_test.rb
|
393
392
|
- test/unit/typus_user_test.rb
|
394
|
-
- typus-1.0.0.pre13.gem
|
395
393
|
- typus-1.0.0.pre14.gem
|
396
394
|
- typus.gemspec
|
397
395
|
has_rdoc: true
|