dev_tasks 0.0.124 → 0.0.125

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/lib/publish.rb +1 -0
  2. data/lib/spec.json +1 -1
  3. data/lib/verify.rb +1 -0
  4. metadata +1 -1
@@ -17,6 +17,7 @@ class Publish < Array
17
17
  end
18
18
 
19
19
  def update
20
+ puts "Publish.update"
20
21
  if(defined?(DEV_TASKS))
21
22
  if(DEV_TASKS).has_key?(:publish_path)
22
23
  if(DEV_TASKS[:publish_path].include?('svn://'))
@@ -1 +1 @@
1
- {"name":"dev_tasks","version":"0.0.124"}
1
+ {"name":"dev_tasks","version":"0.0.125"}
@@ -7,6 +7,7 @@ class Verify < Array
7
7
  end
8
8
 
9
9
  def update
10
+ puts "Verify.update"
10
11
  if(defined?(DEV_TASKS))
11
12
  if(Environment.scm=='svn')
12
13
  latestRev=Environment.svn_latest_revision
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.124
4
+ version: 0.0.125
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: