acgt 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/acgt.gemspec +2 -2
  2. data/lib/acgt.rb +0 -4
  3. metadata +2 -2
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "acgt"
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
  s.summary = "DNA for simple generators"
7
7
  s.description = "DNA for simple generators"
8
- s.authors = ["Leandro Lopez"]
8
+ s.authors = ["Leandro López (inkel)"]
9
9
  s.email = ["inkel.ar@gmail.com"]
10
10
  s.homepage = "http://inkel.github.com/acgt"
11
11
  s.files = `git ls-files 2> /dev/null`.split("\n")
@@ -16,10 +16,6 @@ module ACGT
16
16
  @options[:output] = File.absolute_path(path)
17
17
  end
18
18
 
19
- def add_templates_dir path
20
- @options[:templates].unshift File.absolute_path(path)
21
- end
22
-
23
19
  def parse params
24
20
  {}.tap do |vars|
25
21
  params.each do |param|
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acgt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Leandro Lopez
8
+ - Leandro López (inkel)
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []