dependency_wiring 0.0.28 → 0.0.29

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 CHANGED
@@ -16,7 +16,7 @@ Install it yourself as:
16
16
 
17
17
  ## Usage
18
18
 
19
- Create a file named `deps.rb` in the root of your project, it's plain ruby but you can use a simple DSL to define your dependencies.
19
+ Create a file named `deps.dw` in the root of your project, it's plain ruby but you can use a simple DSL to define your dependencies.
20
20
 
21
21
  mount "/home/nolith/projects/libs/js/jquery-1.78", "deps/jquery"
22
22
  hg 'https://bitbucket.org/yujiewu/hgflow', 'deps/lib1', tag: 'v0.9.5'
@@ -3,7 +3,7 @@ require 'thor'
3
3
 
4
4
  module DependencyWiring
5
5
  class ThorApp < Thor
6
- DEFAULT_CONF = "deps.rb"
6
+ DEFAULT_CONF = "deps.dw"
7
7
 
8
8
  desc "version", "print version number"
9
9
  def version
@@ -1,3 +1,3 @@
1
1
  module DependencyWiring
2
- VERSION = "0.0.28"
2
+ VERSION = "0.0.29"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependency_wiring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-22 00:00:00.000000000 Z
12
+ date: 2013-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -106,3 +106,4 @@ test_files:
106
106
  - spec/mount_point_spec.rb
107
107
  - spec/spec_helper.rb
108
108
  - spec/version_spec.rb
109
+ has_rdoc: