includer 0.1.1 → 0.1.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.
- data/README.md +2 -3
- data/bin/includer +0 -1
- metadata +22 -41
data/README.md
CHANGED
|
@@ -6,8 +6,7 @@ I use it to split large markdown files, but there are many potential uses (large
|
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
sudo gem install includer
|
|
9
|
+
gem install includer
|
|
11
10
|
|
|
12
11
|
## Usage
|
|
13
12
|
|
|
@@ -34,4 +33,4 @@ If you omit the output file, it will write to the standard output.
|
|
|
34
33
|
|
|
35
34
|
## Copyright & Licensing
|
|
36
35
|
|
|
37
|
-
Copyright (c) 2010 Sergio Gil. MIT license, see LICENSE for details.
|
|
36
|
+
Copyright (c) 2010-2013 Sergio Gil. MIT license, see LICENSE for details.
|
data/bin/includer
CHANGED
metadata
CHANGED
|
@@ -1,72 +1,53 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: includer
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 1
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.1.1
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
13
|
-
-
|
|
7
|
+
authors:
|
|
8
|
+
- Sergio Gil Pérez de la Manga
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
date: 2011-09-21 00:00:00 +02:00
|
|
19
|
-
default_executable:
|
|
12
|
+
date: 2013-05-21 00:00:00.000000000 Z
|
|
20
13
|
dependencies: []
|
|
21
|
-
|
|
22
14
|
description:
|
|
23
15
|
email: sgilperez@gmail.com
|
|
24
|
-
executables:
|
|
16
|
+
executables:
|
|
25
17
|
- includer
|
|
26
18
|
extensions: []
|
|
27
|
-
|
|
28
|
-
extra_rdoc_files:
|
|
19
|
+
extra_rdoc_files:
|
|
29
20
|
- README.md
|
|
30
|
-
files:
|
|
21
|
+
files:
|
|
31
22
|
- lib/includer/cli.rb
|
|
32
23
|
- lib/includer/includer.rb
|
|
33
24
|
- lib/includer.rb
|
|
34
25
|
- README.md
|
|
35
26
|
- bin/includer
|
|
36
|
-
has_rdoc: true
|
|
37
27
|
homepage: http://github.com/porras/includer
|
|
38
28
|
licenses: []
|
|
39
|
-
|
|
40
29
|
post_install_message:
|
|
41
|
-
rdoc_options:
|
|
30
|
+
rdoc_options:
|
|
42
31
|
- --main
|
|
43
32
|
- README.md
|
|
44
|
-
require_paths:
|
|
33
|
+
require_paths:
|
|
45
34
|
- lib
|
|
46
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
47
36
|
none: false
|
|
48
|
-
requirements:
|
|
49
|
-
- -
|
|
50
|
-
- !ruby/object:Gem::Version
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
- 0
|
|
54
|
-
version: "0"
|
|
55
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
42
|
none: false
|
|
57
|
-
requirements:
|
|
58
|
-
- -
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
|
|
61
|
-
segments:
|
|
62
|
-
- 0
|
|
63
|
-
version: "0"
|
|
43
|
+
requirements:
|
|
44
|
+
- - ! '>='
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
64
47
|
requirements: []
|
|
65
|
-
|
|
66
48
|
rubyforge_project:
|
|
67
|
-
rubygems_version: 1.
|
|
49
|
+
rubygems_version: 1.8.23
|
|
68
50
|
signing_key:
|
|
69
51
|
specification_version: 3
|
|
70
52
|
summary: Includes files into another files
|
|
71
53
|
test_files: []
|
|
72
|
-
|