TimeLogger 0.0.0 → 0.0.1

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/Rakefile +3 -2
  2. metadata +3 -4
  3. data/VERSION +0 -1
data/Rakefile CHANGED
@@ -6,8 +6,9 @@ begin
6
6
  require 'jeweler'
7
7
  Jeweler::Tasks.new do |gem|
8
8
  gem.name = "TimeLogger"
9
- gem.summary = %Q{one-line summary of your gem}
10
- gem.description = %Q{longer description of your gem}
9
+ gem.version = "0.0.1"
10
+ gem.summary = %Q{}
11
+ gem.description = %Q{}
11
12
  gem.email = "marcin.bialon@gmail.com"
12
13
  gem.homepage = "http://github.com/mbialon/TimeLogger"
13
14
  gem.authors = ["Marcin Białoń"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TimeLogger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcin Bia\xC5\x82o\xC5\x84"
@@ -32,7 +32,7 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "0"
34
34
  version:
35
- description: longer description of your gem
35
+ description: ""
36
36
  email: marcin.bialon@gmail.com
37
37
  executables: []
38
38
 
@@ -47,7 +47,6 @@ files:
47
47
  - LICENSE
48
48
  - README.rdoc
49
49
  - Rakefile
50
- - VERSION
51
50
  - features/TimeLogger.feature
52
51
  - features/step_definitions/TimeLogger_steps.rb
53
52
  - features/support/env.rb
@@ -82,7 +81,7 @@ rubyforge_project:
82
81
  rubygems_version: 1.3.5
83
82
  signing_key:
84
83
  specification_version: 3
85
- summary: one-line summary of your gem
84
+ summary: ""
86
85
  test_files:
87
86
  - spec/spec_helper.rb
88
87
  - spec/TimeLogger_spec.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.0.0