Baidupush 0.0.6 → 0.0.7

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: d587f948a6e7a562ed3d3937acf00188a4bbf1f1
4
- data.tar.gz: 6f455e9c6c4675678e90c2594a4772e5372cc538
3
+ metadata.gz: 66f08c7a8609b802fb8a8056514d8553f89c0638
4
+ data.tar.gz: 2f8fbf1b9aec4b2e451bfd5c0b7d045bf787d5fd
5
5
  SHA512:
6
- metadata.gz: 24f5e89d93b03adc50de17ea35dd7c351fc8e9a9418720864e40522de7f9c143f52722bd4f6181285f313af9b244170ceb2ff260a3b6dd89fc7bb66a33ad642c
7
- data.tar.gz: 41c420caacb13a2cd8e9626086e6f0775736c8e6f1692bc4368ea3b4608e88166e5a7103612c54c16a428d9c6b836dbc0ea0b1cce018e2d26ea08d509df7bd40
6
+ metadata.gz: 3afa4688d0f3c029972ef3b32b517b5dcdcee1ba2eeaae7aa2a2aef92573753dd786dc7a92cb4115fe8d7a841b202c1854008644d79eb8d6e3ab50070f5c435e
7
+ data.tar.gz: 4caaf86af9d2288c138a78582aa8ba12d165e8bcfb561e633d87b4d019b58c62821ea85e16e60054598e92f1e3cd6645ce0fd0c2ff856bde9460376697fc90f2
data/README.md CHANGED
@@ -16,10 +16,19 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install Baidupush
18
18
 
19
+
20
+
21
+
19
22
  ## Usage
20
23
 
21
24
  TODO: Write usage instructions here
22
25
 
26
+ 导入配置文件:
27
+
28
+ rails generate baidupush:config
29
+
30
+ 使用例子:
31
+
23
32
  ## Contributing
24
33
 
25
34
  1. Fork it
data/lib/Baidupush.rb CHANGED
@@ -1,4 +1,7 @@
1
1
  require "Baidupush/version"
2
+ require "Baidupush/base"
3
+ require "Baidupush/base_error"
4
+ require "Baidupush/push_notice"
2
5
 
3
6
  module Baidupush
4
7
  # Your code goes here...
@@ -1,3 +1,3 @@
1
1
  module Baidupush
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Baidupush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zql
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-31 00:00:00.000000000 Z
11
+ date: 2013-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler