typo 6.0.8 → 6.1.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/typo.gemspec +1 -1
  2. metadata +29 -52
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "typo"
4
- s.version = "6.0.8"
4
+ s.version = "6.1.0"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Frédéric de Villamil", "Matijs van Zuijlen", "Yannick François", "Thomas Lecavellier", "Cyril Mougel"]
7
7
  s.email = ["frederic@de-villamil.com"]
metadata CHANGED
@@ -1,82 +1,59 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: typo
3
- version: !ruby/object:Gem::Version
4
- hash: 63
3
+ version: !ruby/object:Gem::Version
4
+ version: 6.1.0
5
5
  prerelease:
6
- segments:
7
- - 6
8
- - 0
9
- - 8
10
- version: 6.0.8
11
6
  platform: ruby
12
- authors:
13
- - "Fr\xC3\xA9d\xC3\xA9ric de Villamil"
7
+ authors:
8
+ - Frédéric de Villamil
14
9
  - Matijs van Zuijlen
15
- - "Yannick Fran\xC3\xA7ois"
10
+ - Yannick François
16
11
  - Thomas Lecavellier
17
12
  - Cyril Mougel
18
13
  autorequire:
19
14
  bindir: bin
20
15
  cert_chain: []
21
-
22
- date: 2011-08-13 00:00:00 +02:00
23
- default_executable:
16
+ date: 2012-03-17 00:00:00.000000000Z
24
17
  dependencies: []
25
-
26
- description: "Since Typo has been in existence since March 2005, it is likely the oldest blogging platform in Rails. It has a full set of features you would expect from such an engine, which include powerful SEO capabilities, full themes, and plug-in extensions. "
27
- email:
18
+ description: ! 'Since Typo has been in existence since March 2005, it is likely the
19
+ oldest blogging platform in Rails. It has a full set of features you would expect
20
+ from such an engine, which include powerful SEO capabilities, full themes, and plug-in
21
+ extensions. '
22
+ email:
28
23
  - frederic@de-villamil.com
29
24
  executables: []
30
-
31
25
  extensions: []
32
-
33
26
  extra_rdoc_files: []
34
-
35
- files:
27
+ files:
36
28
  - CACHE.SETUP.README
37
29
  - PostInstall.txt
38
30
  - UPGRADE
39
31
  - typo.gemspec
40
- has_rdoc: true
41
32
  homepage: http://typosphere.org
42
33
  licenses: []
43
-
44
- post_install_message: "\e[1;31m\n\
45
- -------------------------------------------------------------------------------\n\n\
46
- Since version 6.0, Typo is no longer available as a gem. \n\
47
- Please download Typo source at http://typosphere.org/stable.tgz \n\n\
48
- To install Typo from scratch: https://github.com/fdv/typo/wiki/Installing-Typo\n\
49
- Upgrading Typo from an older version: https://github.com/fdv/typo/wiki/Upgrading-to-typo-6.0\n\n\
50
- -------------------------------------------------------------------------------\n\
51
- \e[0m"
34
+ post_install_message: ! "\e[1;31m\n-------------------------------------------------------------------------------\n\nSince
35
+ version 6.0, Typo is no longer available as a gem. \nPlease download Typo source
36
+ at http://typosphere.org/stable.tgz \n\nTo install Typo from scratch: https://github.com/fdv/typo/wiki/Installing-Typo\nUpgrading
37
+ Typo from an older version: https://github.com/fdv/typo/wiki/Upgrading-to-typo-6.0\n\n-------------------------------------------------------------------------------\n\e[0m"
52
38
  rdoc_options: []
53
-
54
- require_paths:
39
+ require_paths:
55
40
  - lib
56
- required_ruby_version: !ruby/object:Gem::Requirement
41
+ required_ruby_version: !ruby/object:Gem::Requirement
57
42
  none: false
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- hash: 3
62
- segments:
63
- - 0
64
- version: "0"
65
- required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
48
  none: false
67
- requirements:
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- hash: 3
71
- segments:
72
- - 0
73
- version: "0"
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
74
53
  requirements: []
75
-
76
54
  rubyforge_project: typo
77
- rubygems_version: 1.5.0
55
+ rubygems_version: 1.8.10
78
56
  signing_key:
79
57
  specification_version: 3
80
58
  summary: The missing blogging engine.
81
59
  test_files: []
82
-