mambanation 0.1.6 → 0.1.7
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.
- data/Rakefile +2 -2
- data/VERSION.yml +1 -1
- data/lib/mambanation/base.rb +1 -1
- metadata +6 -4
data/Rakefile
CHANGED
|
@@ -4,9 +4,9 @@ require "jeweler"
|
|
|
4
4
|
Jeweler::Tasks.new do |gem|
|
|
5
5
|
gem.name = "mambanation"
|
|
6
6
|
gem.summary = %Q{wrapper for mambanation-api}
|
|
7
|
-
gem.email = ["
|
|
7
|
+
gem.email = ["jeremyvdw@gmail.com", "sbellity@gmail.com", "tian.jiang01@gmail.com"]
|
|
8
8
|
gem.homepage = "https://github.com/mimesis/mambanation-wrapper"
|
|
9
|
-
gem.authors = ["Jeremy Van de Wyngaert", "Stéphane Bellity"]
|
|
9
|
+
gem.authors = ["Jeremy Van de Wyngaert", "Stéphane Bellity", "Tian Jiang"]
|
|
10
10
|
gem.files = FileList["[A-Z]*", "{lib,test}/**/*"]
|
|
11
11
|
|
|
12
12
|
gem.add_dependency("hashie", "~> 0.2.0")
|
data/VERSION.yml
CHANGED
data/lib/mambanation/base.rb
CHANGED
metadata
CHANGED
|
@@ -5,17 +5,18 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.1.7
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jeremy Van de Wyngaert
|
|
13
13
|
- "St\xC3\xA9phane Bellity"
|
|
14
|
+
- Tian Jiang
|
|
14
15
|
autorequire:
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date: 2010-08-
|
|
19
|
+
date: 2010-08-16 00:00:00 +02:00
|
|
19
20
|
default_executable:
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -132,8 +133,9 @@ dependencies:
|
|
|
132
133
|
version_requirements: *id008
|
|
133
134
|
description:
|
|
134
135
|
email:
|
|
135
|
-
-
|
|
136
|
+
- jeremyvdw@gmail.com
|
|
136
137
|
- sbellity@gmail.com
|
|
138
|
+
- tian.jiang01@gmail.com
|
|
137
139
|
executables: []
|
|
138
140
|
|
|
139
141
|
extensions: []
|