qiniu_jxb_fix 6.4.3 → 6.4.4

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.
@@ -0,0 +1,12 @@
1
+ # -*- encoding: utf-8 -*-
2
+ #
3
+ module Qiniu
4
+
5
+ module Helper
6
+ def get_expire_time
7
+ now = Time.now
8
+ Time.mktime(now.year, now.month, now.day, now.hour.next)
9
+ end
10
+ end
11
+
12
+ end
@@ -4,7 +4,7 @@ module Qiniu
4
4
  module Version
5
5
  MAJOR = 6
6
6
  MINOR = 4
7
- PATCH = 3
7
+ PATCH = 4
8
8
  # Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
9
9
  #
10
10
  # Example
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qiniu_jxb_fix
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.3
4
+ version: 6.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -149,6 +149,7 @@ files:
149
149
  - lib/qiniu/config.rb
150
150
  - lib/qiniu/exceptions.rb
151
151
  - lib/qiniu/fop.rb
152
+ - lib/qiniu/helper.rb
152
153
  - lib/qiniu/http.rb
153
154
  - lib/qiniu/image.rb
154
155
  - lib/qiniu/log.rb