cirneco 0.6.10 → 0.6.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce6afcc62d30c257c822973dece42aa9a6135ec4
4
- data.tar.gz: 0e6193614e00ecec144969b52b2f09d1b679269d
3
+ metadata.gz: 6b74fc12703ea8e64adc2addb4e465f8e0562a6c
4
+ data.tar.gz: 8c1f956fdb02b216cdb0f4be374b1b11e3485cbc
5
5
  SHA512:
6
- metadata.gz: 037e8115820da820333cfb6ee5a41a87234ed2226a4b2e590017a66ce5d195a03a23acd1e9332c29a6e1beb93aeb1c270307c8ba9b34d216e4832fd9d8cd963a
7
- data.tar.gz: cdfd61cbe754c4651378c67e49bf9819ac1e064db49fcc45f615c4cc9d3811c13245a74db305b89b0bf72844c67b0feaf5aa347813b7b48fdbe0f9bb00d6557c
6
+ metadata.gz: f210abd929434ffd306319bcf95698bf2ee167b0974bfd902890b16156bd8c16c90838092ca4732fb2b51b09a729adaa024acda741a8330ea5969e0df6e90a49
7
+ data.tar.gz: 3c17ef81342f8989b1c801a0ddf570da6bee5e624feec00552d2a3008a934f54d2fb1421bd02e36601543faddc72e31b85e512c29d66f619dff60a61c26c272b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirneco (0.6.10)
4
+ cirneco (0.6.11)
5
5
  activesupport (~> 4.2, >= 4.2.5)
6
6
  base32-crockford-checksum (~> 0.2.2)
7
7
  bergamasco (~> 0.2)
@@ -127,4 +127,4 @@ DEPENDENCIES
127
127
  webmock (~> 1.22, >= 1.22.3)
128
128
 
129
129
  BUNDLED WITH
130
- 1.13.6
130
+ 1.12.5
@@ -64,8 +64,12 @@ module Cirneco
64
64
  end
65
65
 
66
66
  desc "mint DOCUMENTS", "mint documents"
67
+ method_option :sitepath, :default => ENV['SITE_SITEPATH']
68
+ method_option :authorpath, :default => ENV['SITE_AUTHORPATH']
69
+ method_option :referencespath, :default => ENV['SITE_REFERENCESPATH']
67
70
  method_option :csl, :default => ENV['SITE_CSLPATH']
68
71
  method_option :bibliography, :default => ENV['SITE_REFERENCESPATH']
72
+ method_option :number, :type => :numeric, :aliases => '-n'
69
73
  method_option :username, :default => ENV['MDS_USERNAME']
70
74
  method_option :password, :default => ENV['MDS_PASSWORD']
71
75
  method_option :prefix, :default => ENV['PREFIX']
@@ -82,6 +86,9 @@ module Cirneco
82
86
  end
83
87
 
84
88
  desc "hide DOCUMENTS", "hide documents"
89
+ method_option :sitepath, :default => ENV['SITE_SITEPATH']
90
+ method_option :authorpath, :default => ENV['SITE_AUTHORPATH']
91
+ method_option :referencespath, :default => ENV['SITE_REFERENCESPATH']
85
92
  method_option :csl, :default => ENV['SITE_CSLPATH']
86
93
  method_option :bibliography, :default => ENV['SITE_REFERENCESPATH']
87
94
  method_option :username, :default => ENV['MDS_USERNAME']
@@ -1,3 +1,3 @@
1
1
  module Cirneco
2
- VERSION = "0.6.10"
2
+ VERSION = "0.6.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cirneco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Fenner