mambanation 0.2.1 → 0.2.2
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
- 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 = ["jeremyvdw@gmail.com", "sbellity@gmail.com", "tian.jiang01@gmail.com"]
|
|
7
|
+
gem.email = ["jeremyvdw@gmail.com", "sbellity@gmail.com", "tian.jiang01@gmail.com", "christophe.delsart@mimesis-republic.com"]
|
|
8
8
|
gem.homepage = "https://github.com/mimesis/mambanation-wrapper"
|
|
9
|
-
gem.authors = ["Jérémy Van de Wyngaert", "Stéphane Bellity", "Tian Jiang"]
|
|
9
|
+
gem.authors = ["Jérémy Van de Wyngaert", "Stéphane Bellity", "Tian Jiang", "Christophe Delsart"]
|
|
10
10
|
gem.files = FileList["[A-Z]*", "{lib,test}/**/*"]
|
|
11
11
|
|
|
12
12
|
gem.add_dependency("hashie", "= 0.4.0")
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mambanation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "J\xC3\xA9r\xC3\xA9my Van de Wyngaert"
|
|
14
14
|
- "St\xC3\xA9phane Bellity"
|
|
15
15
|
- Tian Jiang
|
|
16
|
+
- Christophe Delsart
|
|
16
17
|
autorequire:
|
|
17
18
|
bindir: bin
|
|
18
19
|
cert_chain: []
|
|
19
20
|
|
|
20
|
-
date: 2011-01-
|
|
21
|
+
date: 2011-01-14 00:00:00 +01:00
|
|
21
22
|
default_executable:
|
|
22
23
|
dependencies:
|
|
23
24
|
- !ruby/object:Gem::Dependency
|
|
@@ -153,6 +154,7 @@ email:
|
|
|
153
154
|
- jeremyvdw@gmail.com
|
|
154
155
|
- sbellity@gmail.com
|
|
155
156
|
- tian.jiang01@gmail.com
|
|
157
|
+
- christophe.delsart@mimesis-republic.com
|
|
156
158
|
executables: []
|
|
157
159
|
|
|
158
160
|
extensions: []
|