ftt 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/ftt +8 -0
  2. metadata +4 -2
data/bin/ftt ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'ftt'
4
+
5
+ puts FTT.hi
6
+
7
+
8
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ftt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,11 +14,13 @@ dependencies: []
14
14
  description: Fast Templating Toolkit to harmonize commonly used WordPress Template
15
15
  Tags.
16
16
  email: david.doolin@gmail.com
17
- executables: []
17
+ executables:
18
+ - ftt
18
19
  extensions: []
19
20
  extra_rdoc_files: []
20
21
  files:
21
22
  - lib/ftt.rb
23
+ - bin/ftt
22
24
  homepage: http://website-in-a-weekend.net/gems/ftt
23
25
  licenses: []
24
26
  post_install_message: