basmoura 0.5 → 0.5.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.
- checksums.yaml +4 -4
- data/lib/basmoura/api.rb +1 -1
- data/lib/basmoura/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ee1f019ea3ddf86791848b2ee648394ae5ae54e
|
|
4
|
+
data.tar.gz: 7b52633755006cab634f4bb8ea69b675ca67dae8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 398c02129513e37596a4188badf0cb7b83f47ff61e64df7359fba455a0e0a280517f28942dd75903cd655bf8cdebcb3c8a495e76379463854485999e92142403
|
|
7
|
+
data.tar.gz: 58bf7e1c4df15d83510d926810e740420ad0711004180f52ee5b370464762d0c8ecc20c6b95f43bf09f2501bef92d6ae12870d440cd919574be6d6b1219ad8d8
|
data/lib/basmoura/api.rb
CHANGED
|
@@ -56,7 +56,7 @@ module Basmoura
|
|
|
56
56
|
:info => "https://github.com/basmoura/TDD-Ruby" },
|
|
57
57
|
|
|
58
58
|
:basmoura => { :project => "Basmoura CV Generator",
|
|
59
|
-
:info => "https://github.com/basmoura/
|
|
59
|
+
:info => "https://github.com/basmoura/basmoura" } } }
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
def languages
|
data/lib/basmoura/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: basmoura
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Breno Moura
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorize
|
|
@@ -77,18 +77,17 @@ extra_rdoc_files: []
|
|
|
77
77
|
files:
|
|
78
78
|
- LICENSE.txt
|
|
79
79
|
- README.md
|
|
80
|
+
- bin/basmoura
|
|
81
|
+
- lib/basmoura.rb
|
|
80
82
|
- lib/basmoura/api.rb
|
|
81
83
|
- lib/basmoura/console.rb
|
|
82
84
|
- lib/basmoura/pdf.rb
|
|
83
85
|
- lib/basmoura/version.rb
|
|
84
|
-
- lib/basmoura.rb
|
|
85
|
-
- bin/basmoura
|
|
86
86
|
homepage: https://github.com/basmoura
|
|
87
87
|
licenses:
|
|
88
88
|
- MIT
|
|
89
89
|
metadata: {}
|
|
90
|
-
post_install_message:
|
|
91
|
-
basmoura
|
|
90
|
+
post_install_message:
|
|
92
91
|
rdoc_options: []
|
|
93
92
|
require_paths:
|
|
94
93
|
- lib
|
|
@@ -104,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
103
|
version: '0'
|
|
105
104
|
requirements: []
|
|
106
105
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.2.2
|
|
108
107
|
signing_key:
|
|
109
108
|
specification_version: 4
|
|
110
109
|
summary: Provide informations about me
|