fakesite-wechat 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4319efd89f273702c31a2ecd19e95964e485a3ca
4
- data.tar.gz: 52435c785d989d441bc36fb6315b57091714378d
3
+ metadata.gz: 8e8c39b5f3cda2bd2046d42876b25226b8d307c7
4
+ data.tar.gz: d266e9a9f1ec43dbbcc93160f2feeb2732109ce0
5
5
  SHA512:
6
- metadata.gz: cfb88162ba20e702fbf5f2882cffbf1b2f0ff93fc3db9a319d2fa1bce7fbff6ec2a9ab244b43213f0d195a50e09dd0fa5f7e38a7768672a79ecabc02c661df53
7
- data.tar.gz: 975a54f64483b40336347fe39f0c5c95973000adcf672ac530a1b3af7e1bda0b80cf6acd709623b14700f242f5bbdbf5dbea0652cf2f4409adf400b7ebf2ae6f
6
+ metadata.gz: 657dfd96091dd47a96272917430e54555f0ae7e2f2238cd10eb72d9c0de7143ac3cf63c47fac14e7490d7682b109eabc888fde01ab0377a9e82001110c70e894
7
+ data.tar.gz: 3f903ad853a988c2def42c8340749a738f0b2a0147182a335b298944b14504cd39bcd69c19210251ddf03217a7a45d5144ce78682e07708f1e31c6c490b42cc2
@@ -1,3 +1,7 @@
1
+ # v0.1.1 / 2016-02-11
2
+
3
+ Added missing opendid.
4
+
1
5
  # v0.1.0 / 2015-10-16
2
6
 
3
7
  Create project
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 Chen Yi-Cyuan
3
+ Copyright (c) 2015-2016 Chen, Yi-Cyuan
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -47,4 +47,4 @@ The gem is available as open source under the terms of the [MIT License](http://
47
47
 
48
48
  ## Contact
49
49
  The project's website is located at https://github.com/emn178/fakesite-wechat
50
- Author: emn178@gmail.com
50
+ Author: Chen, Yi-Cyuan (emn178@gmail.com)
@@ -6,7 +6,7 @@ require 'fakesite/wechat/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fakesite-wechat"
8
8
  spec.version = Fakesite::Wechat::VERSION
9
- spec.authors = ["Chen Yi-Cyuan"]
9
+ spec.authors = ["Chen, Yi-Cyuan"]
10
10
  spec.email = ["emn178@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A fakesite plugin that provides a stub method for wechat.}
@@ -40,6 +40,7 @@ module Fakesite
40
40
  body[key] = params[key]
41
41
  params.delete(key)
42
42
  end
43
+ body["openid"] = openid
43
44
 
44
45
  stub_request(:get, "https://#{ApiHost}/sns/userinfo")
45
46
  .with(:query => hash_including({:openid => openid}))
@@ -1,5 +1,5 @@
1
1
  module Fakesite
2
2
  module Wechat
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fakesite-wechat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Chen Yi-Cyuan
7
+ - Chen, Yi-Cyuan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-16 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fakesite
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.4.5
136
+ rubygems_version: 2.4.8
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: A fakesite plugin that provides a stub method for wechat.