softcover 1.0.beta5 → 1.0.beta6

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: 9fa0162f557f1bb4763947e6836ab358438db4cf
4
- data.tar.gz: ce5b49522d6266a01f3d456f85d63891dfe3a2a4
3
+ metadata.gz: 614bd98bc620ea9bd08b34ec1bc7f26cce3f9912
4
+ data.tar.gz: 572748999682539effe30cf8d30702e59bd6d3e0
5
5
  SHA512:
6
- metadata.gz: 2b4a846089f4954373418030e60437bf4008115892759bc0a82cfff629c255c7a20e08d4477ae3c6654dabc7d1d3d90558fa8f3dce229b45bd2f7e826f2a1ad7
7
- data.tar.gz: 0e8cdd1010091c8bf498ad0411f9ff6252ec97a26d73a5bb0dbefed8ea61c3c4555f979270e17d4496d99142051cfb42959fbae8eea60a121dbf318ef1fc52ec
6
+ metadata.gz: 93585354e8d3d2495907b11662a86f7259395ae6c38d356258c75bc6ff049f55a3462e6815d6aff3a36f021c2a5a9ea4355592781612f27599b3a6bc9892c142
7
+ data.tar.gz: 62b028f756165dacd6e6c63c09ca373ce5086643ec9b46ba9617a8de02b50f9c8e63bc2f1e8c3e81f204018ad78a9958918daddcbd179151f5be2cc0d9ea2044
@@ -126,7 +126,9 @@ class Softcover::Book
126
126
  @attrs = res['book']
127
127
 
128
128
  self.id = @attrs['id']
129
- Softcover::BookConfig['last_uploaded_at'] = Time.now
129
+
130
+ # Not needed for now:
131
+ # Softcover::BookConfig['last_uploaded_at'] = Time.now
130
132
 
131
133
  # res contains the S3 upload signatures needed
132
134
  @uploader = Softcover::Uploader.new res
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "1.0.beta5"
2
+ VERSION = "1.0.beta6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softcover
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.beta5
4
+ version: 1.0.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hartl
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-28 00:00:00.000000000 Z
12
+ date: 2014-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic
@@ -1071,7 +1071,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1071
1071
  version: 1.3.1
1072
1072
  requirements: []
1073
1073
  rubyforge_project:
1074
- rubygems_version: 2.0.14
1074
+ rubygems_version: 2.4.1
1075
1075
  signing_key:
1076
1076
  specification_version: 4
1077
1077
  summary: A typesetting system for technical authors