falkorlib 0.6.1 → 0.6.2

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: c3aeaab1388bdcd3c06f47b30b03028d293ca273
4
- data.tar.gz: 05b95cfffdbc646d9280923885a443997c691252
3
+ metadata.gz: 7600749c8d04ba49cef67281021af59e6ac98265
4
+ data.tar.gz: 8783231c2fb2d13c2752e2190b6132eaceab3a28
5
5
  SHA512:
6
- metadata.gz: 9367a29b2e132fbbda949965e7cc5af67478fa7d9072a1de6ed0c1241d43bc2f4f3668f5e7b4dea1b4cf112d8ce3d7920306d20af596546eac2606b69e8e01ab
7
- data.tar.gz: 4bb0bd48c47fb2d8aed2243f1a90652b7f80c22e9761fa1057e36790db9c604f2bd41347f352fa839c0b9ddf4ad759e25135933c511e44c0a69caa0c1f2b8bba
6
+ metadata.gz: d8aeecab51a7e4fa565e81fef7097ac8829134a366d60425fc971de179c73c19b7f0819cdfc0e498f03fc9620790f31ea0ab6f8033d0cdada7409f9434cd2f5c
7
+ data.tar.gz: 6148a7f2231b8c9e5a6892a51f0e1e21497f5e9909e968c16594835a0e44b727e5f85670b1ce44cb5cfe6ca29e40e92730b5b7980c796663618f702ac15f7212
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- falkorlib (0.6.1)
4
+ falkorlib (0.6.2)
5
5
  artii (>= 2.1)
6
6
  awesome_print (~> 1.2)
7
7
  configatron (~> 3.2)
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  ################################################################################
3
- # Time-stamp: <Tue 2015-06-16 10:22 svarrette>
3
+ # Time-stamp: <Wed 2015-09-16 21:59 svarrette>
4
4
  ################################################################################
5
5
 
6
6
  require 'thor'
@@ -57,6 +57,18 @@ By default, NAME is '.' meaning that the repository will be initialized in the c
57
57
  FalkorLib::Bootstrap.repo(name, options)
58
58
  end # repo
59
59
 
60
+ ###### articles ######
61
+ #......................................
62
+ # desc "article [options]", "Bootstrap LaTeX Article"
63
+ # method_option :name, :aliases => '-n', :desc => 'Name of the LaTeX project'
64
+ # method_option :dir, :aliases => '-d', :desc => 'Project directory (relative to the git root directory)'
65
+ # method_option :type, :default => 'ieee', :aliases => '-t', :desc => 'LaTeX Style to apply'
66
+ # #___________________
67
+ # def article(path = Dir.pwd)
68
+ # FalkorLib::Bootstrap.latex(path, :article, options)
69
+ # end # article
70
+
71
+
60
72
  ###### slides ######
61
73
  #......................................
62
74
  desc "slides [options]", "Bootstrap LaTeX Beamer slides"
@@ -19,7 +19,7 @@ module FalkorLib #:nodoc:
19
19
  # MAJOR: Defines the major version
20
20
  # MINOR: Defines the minor version
21
21
  # PATCH: Defines the patch version
22
- MAJOR, MINOR, PATCH = 0, 6, 1
22
+ MAJOR, MINOR, PATCH = 0, 6, 2
23
23
 
24
24
  module_function
25
25
 
@@ -11,8 +11,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
11
11
  # (nearly) All below boxes were generated using [vagrant-vms](https://github.com/Falkor/vagrant-vms/)
12
12
  {
13
13
  :centos_7 => {
14
- :box => "svarrette/centos-7",
15
- :url => "https://atlas.hashicorp.com/svarrette/boxes/centos-7"
14
+ :box => "svarrette/centos-7-puppet",
15
+ :url => "https://atlas.hashicorp.com/svarrette/boxes/centos-7-puppet"
16
16
  },
17
17
  :debian_7 => {
18
18
  :box => "svarrette/debian-7-puppet",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falkorlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastien Varrette
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-16 00:00:00.000000000 Z
11
+ date: 2015-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake