projectlocker_pulse 0.2.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ Version 1.0.0 - 2013-04-10 12:18:16 -0400
2
+ ===============================================================================
3
+ First official release.
4
+
1
5
  Version 0.2.1 - 2013-04-05 13:04:45 -0400
2
6
  ===============================================================================
3
7
  Removed errant print statements.
@@ -1,7 +1,6 @@
1
1
  require 'projectlocker_pulse'
2
2
  require File.join(File.dirname(__FILE__), 'shared_tasks')
3
3
 
4
- puts "\n\nLOADED RAILS3 TASKS\n\n"
5
4
  namespace :pulse do
6
5
  desc "Verify your gem installation by sending a test exception to the pulse service"
7
6
  task :test => [:environment] do
@@ -1,3 +1,3 @@
1
1
  module Pulse
2
- VERSION = "0.2.1".freeze
2
+ VERSION = "1.0.0".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: projectlocker_pulse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-05 00:00:00.000000000 Z
13
+ date: 2013-04-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: builder