terrimporter 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- terrimporter (0.6.6)
4
+ terrimporter (0.7.0)
5
5
  kwalify (>= 0.7.2)
6
6
 
7
7
  GEM
data/README.rdoc CHANGED
@@ -1,7 +1,7 @@
1
1
  = terrimporter - terrific javascript, css and image importer
2
2
 
3
3
  This package contains terrimporter, a simple command line utility to help import terrific (http://www.terrifically.org/)
4
- files such as javascripts, css files and images into your web project.
4
+ files such as javascripts, stylesheets, images and modules into your web project.
5
5
 
6
6
  terrimporter has the following features:
7
7
 
@@ -13,6 +13,7 @@ terrimporter has the following features:
13
13
  * Import images with the option to filter file endings
14
14
  * String and regex replacement in css files
15
15
  * Definable target directories
16
+ * Import terrific module html files
16
17
 
17
18
  == Installation
18
19
 
@@ -25,7 +26,6 @@ Download and install terrimporter with the following.
25
26
  gem install terrimporter
26
27
 
27
28
 
28
-
29
29
  == Usage
30
30
 
31
31
  === Simple Example
@@ -57,6 +57,7 @@ Afterwards a few simple commands allow you to import terrific files into your lo
57
57
  $ terrimporter -c
58
58
  * Import image files
59
59
  $ terrimporter -i
60
+ * Import module files
60
61
 
61
62
  A complete set of commands is available with
62
63
  $ terrimporter -h
@@ -66,6 +67,7 @@ Common options:
66
67
  -c, --css export configured css files
67
68
  -i, --img export configured image files
68
69
  -j, --js export configured javascript files
70
+ -m, --module import configured module files
69
71
  --init [CONFIG_EXISTS] create configuration file in current working directory. use optional argument to force file replacement (backup, replace)
70
72
  -f, --config CONFIG_FILE use alternative configuration file
71
73
 
@@ -38,7 +38,6 @@ module TerrImporter
38
38
  Dir.pwd,
39
39
  File.join(Dir.pwd, 'config'),
40
40
  File.join(Dir.pwd, '.config'),
41
- Etc.getpwuid.dir
42
41
  ]
43
42
  end
44
43
 
@@ -1,4 +1,4 @@
1
- #Generated by rake task, last bump: minor6patch6major0
1
+ #Generated by rake task, last bump: patch1major0minor7
2
2
  module TerrImporter
3
- VERSION = "0.7.0"
3
+ VERSION = "0.7.1"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terrimporter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Kummer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-15 00:00:00 Z
18
+ date: 2011-09-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: kwalify