epilotto_curriculum 0.1.0 → 0.1.1

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.
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Enrico Pilotto"]
10
10
  s.email = ["enrico@megiston.it"]
11
11
  s.homepage = "http://github.com/pioz/epilotto_curriculum"
12
- s.summary = "Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal"
13
- s.description = s.summary
12
+ s.summary = "Enrico Pilotto's curriculum vitae"
13
+ s.description = "Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal"
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module EpilottoCurriculum
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epilotto_curriculum
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 1
9
- - 0
10
- version: 0.1.0
5
+ version: 0.1.1
11
6
  platform: ruby
12
7
  authors:
13
8
  - Enrico Pilotto
@@ -26,11 +21,6 @@ dependencies:
26
21
  requirements:
27
22
  - - ">="
28
23
  - !ruby/object:Gem::Version
29
- hash: 29
30
- segments:
31
- - 1
32
- - 0
33
- - 5
34
24
  version: 1.0.5
35
25
  type: :runtime
36
26
  version_requirements: *id001
@@ -67,25 +57,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
57
  requirements:
68
58
  - - ">="
69
59
  - !ruby/object:Gem::Version
70
- hash: 3
71
- segments:
72
- - 0
73
60
  version: "0"
74
61
  required_rubygems_version: !ruby/object:Gem::Requirement
75
62
  none: false
76
63
  requirements:
77
64
  - - ">="
78
65
  - !ruby/object:Gem::Version
79
- hash: 3
80
- segments:
81
- - 0
82
66
  version: "0"
83
67
  requirements: []
84
68
 
85
69
  rubyforge_project:
86
- rubygems_version: 1.4.2
70
+ rubygems_version: 1.6.1
87
71
  signing_key:
88
72
  specification_version: 3
89
- summary: Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal
73
+ summary: Enrico Pilotto's curriculum vitae
90
74
  test_files: []
91
75