dev_tasks 0.0.152 → 0.0.153

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/lib/commit.rb +1 -1
  2. data/lib/spec.json +1 -1
  3. metadata +1 -1
data/lib/commit.rb CHANGED
@@ -16,7 +16,7 @@ class Commit < Array
16
16
  if(Dir.exists?(".svn"))
17
17
  self.add 'svn commit -m"commit all"'
18
18
  self.add "svn update"
19
- self.add "<%puts 'Last Changed Rev: #{Environment.svn_latest_revision}'%>"
19
+ self.add '<%puts "Last Changed Rev: " + #{Environment.svn_latest_revision}%>'
20
20
  self.add "<%DEV_TASKS[:commands][:verify].update%>"
21
21
  end
22
22
  end
data/lib/spec.json CHANGED
@@ -1 +1 @@
1
- {"name":"dev_tasks","version":"0.0.152"}
1
+ {"name":"dev_tasks","version":"0.0.153"}
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.152
4
+ version: 0.0.153
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: