docman 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.
- checksums.yaml +4 -4
- data/bin/{docman.rb → docman} +0 -0
- data/features/local.feature +2 -2
- data/lib/docman/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d1034856fdc60a997b250d585f83e26d24417bc
|
4
|
+
data.tar.gz: e938706541e51075cd3bb3d3a962f4de8d74a2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffc1b6c9a829ac5bacad49e09248152c2763128d07519414dc431696a6c5b7164952685b11e815be20549f6243ad181d8976ddf22947ce4caef6bfd153db51ad
|
7
|
+
data.tar.gz: 3a20e9bd9853ef90c12b48742d25a1458b994f5c45c96654590d140e0d66bce08d505d482d87386e69a3b6d54b43c9d70d50fcd326022b33fda88a0a9c18e6ab
|
data/bin/{docman.rb → docman}
RENAMED
File without changes
|
data/features/local.feature
CHANGED
@@ -7,7 +7,7 @@ Feature: Docroot management (deploy to local)
|
|
7
7
|
@announce
|
8
8
|
@no-clobber
|
9
9
|
Scenario: Local init
|
10
|
-
Given I run `docman
|
10
|
+
Given I run `docman init sample-docroot https://github.com/aroq/dm-test-docroot-config.git`
|
11
11
|
Then the exit status should be 0
|
12
12
|
Then the following directories should exist:
|
13
13
|
| sample-docroot |
|
@@ -17,7 +17,7 @@ Feature: Docroot management (deploy to local)
|
|
17
17
|
@no-clobber
|
18
18
|
Scenario: Local build development
|
19
19
|
Given I cd to "sample-docroot"
|
20
|
-
Then I run `docman
|
20
|
+
Then I run `docman build local development`
|
21
21
|
Then the exit status should be 0
|
22
22
|
Then the following directories should exist:
|
23
23
|
| master |
|
data/lib/docman/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Tolstikov
|
@@ -98,7 +98,7 @@ description:
|
|
98
98
|
email:
|
99
99
|
- atolstikov@adyax.com
|
100
100
|
executables:
|
101
|
-
- docman
|
101
|
+
- docman
|
102
102
|
extensions: []
|
103
103
|
extra_rdoc_files: []
|
104
104
|
files:
|
@@ -107,7 +107,7 @@ files:
|
|
107
107
|
- LICENSE.txt
|
108
108
|
- README.md
|
109
109
|
- Rakefile
|
110
|
-
- bin/docman
|
110
|
+
- bin/docman
|
111
111
|
- config/config.yaml
|
112
112
|
- docman.gemspec
|
113
113
|
- features/local.feature
|