mockversion 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.
Files changed (3) hide show
  1. data/bin/svn +0 -0
  2. data/lib/mockversion.rb +3 -0
  3. metadata +5 -4
data/bin/svn CHANGED
File without changes
@@ -0,0 +1,3 @@
1
+ APP_PATH = File.expand_path(File.dirname(__FILE__) + '/../bin/')
2
+
3
+ ENV['PATH'] = APP_PATH + File::PATH_SEPARATOR + ENV['PATH']
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bryan Ash
@@ -20,14 +20,15 @@ dependencies: []
20
20
 
21
21
  description: A mock for the svn commandline to help tool development
22
22
  email: ""
23
- executables:
24
- - svn
23
+ executables: []
24
+
25
25
  extensions: []
26
26
 
27
27
  extra_rdoc_files:
28
28
  - LICENSE
29
29
  - README.markdown
30
30
  files:
31
+ - lib/mockversion.rb
31
32
  - bin/svn
32
33
  - LICENSE
33
34
  - README.markdown