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.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION.yml +1 -1
  3. data/lib/mambanation/base.rb +1 -1
  4. 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 = ["jeremy.vandewyngaert@mimesis-republic.com", "sbellity@gmail.com"]
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
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 6
3
+ :patch: 7
4
4
  :build:
5
5
  :major: 0
@@ -132,7 +132,7 @@ module MambaNation
132
132
  end
133
133
 
134
134
  def create_post(post)
135
- perform_post("/posts/create", :body => { :post => post })
135
+ perform_post("/posts", :body => { :post => post })
136
136
  end
137
137
 
138
138
  def posts(id)
metadata CHANGED
@@ -5,17 +5,18 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
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-15 00:00:00 +02:00
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
- - jeremy.vandewyngaert@mimesis-republic.com
136
+ - jeremyvdw@gmail.com
136
137
  - sbellity@gmail.com
138
+ - tian.jiang01@gmail.com
137
139
  executables: []
138
140
 
139
141
  extensions: []