typus 1.0.0.pre13 → 3.0.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.
Files changed (2) hide show
  1. data/lib/typus/version.rb +1 -1
  2. metadata +4 -6
data/lib/typus/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Typus
2
- VERSION = "1.0.0.pre13"
2
+ VERSION = "3.0.0"
3
3
  end
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: -1637175940
5
- prerelease: true
4
+ hash: 7
5
+ prerelease: false
6
6
  segments:
7
- - 1
7
+ - 3
8
8
  - 0
9
9
  - 0
10
- - pre13
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