acts_as_time_racing 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/acts_as_time_racing.gemspec +4 -4
  2. metadata +4 -4
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'acts_as_time_racing'
3
- s.version = '0.2'
4
- s.date = '2013-06-05'
5
- s.summary = "Record one item's start and finish time"
6
- s.summary = s.description
3
+ s.version = '0.3'
4
+ s.date = '2013-06-19'
5
+ s.summary = File.read("README.markdown").split(/===+/)[1].strip.split("\n")[0]
6
+ s.description = s.summary
7
7
  s.authors = ["mvj3"]
8
8
  s.email = 'mvjome@gmail.com'
9
9
  s.homepage = 'https://github.com/eoecn/acts_as_time_racing'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_time_racing
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,9 +9,9 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-05 00:00:00.000000000 Z
12
+ date: 2013-06-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description:
14
+ description: Record one item's start and finish time
15
15
  email: mvjome@gmail.com
16
16
  executables: []
17
17
  extensions: []
@@ -44,5 +44,5 @@ rubyforge_project:
44
44
  rubygems_version: 1.8.25
45
45
  signing_key:
46
46
  specification_version: 3
47
- summary: ''
47
+ summary: Record one item's start and finish time
48
48
  test_files: []