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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8893ad5f25d4117a072f5f7edb564663b22ed031
4
- data.tar.gz: 4e62f4e889d431b6249a5971d861978996eeb8f8
3
+ metadata.gz: 5d1034856fdc60a997b250d585f83e26d24417bc
4
+ data.tar.gz: e938706541e51075cd3bb3d3a962f4de8d74a2c2
5
5
  SHA512:
6
- metadata.gz: ad3ecf053c0833c16be220bf5374aaaa14eb306b15415b6f0d98e431fd483af975bb352682500d6e76ae3a9ea1e91da20916717492c8d48447ed3f688bc1842b
7
- data.tar.gz: 97a9fcb4a6907a0699baeb35fc597c8aab410e8f18470f328c9c50434816d52a6b3904f0bf2594f87b36751c2e69478df7ceb52b65941f9f96d5f13ec651410a
6
+ metadata.gz: ffc1b6c9a829ac5bacad49e09248152c2763128d07519414dc431696a6c5b7164952685b11e815be20549f6243ad181d8976ddf22947ce4caef6bfd153db51ad
7
+ data.tar.gz: 3a20e9bd9853ef90c12b48742d25a1458b994f5c45c96654590d140e0d66bce08d505d482d87386e69a3b6d54b43c9d70d50fcd326022b33fda88a0a9c18e6ab
File without changes
@@ -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.rb init sample-docroot https://github.com/aroq/dm-test-docroot-config.git`
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.rb build local development`
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 |
@@ -1,3 +1,3 @@
1
1
  module Docman
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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.rb
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.rb
110
+ - bin/docman
111
111
  - config/config.yaml
112
112
  - docman.gemspec
113
113
  - features/local.feature