vandrijevik-with_time_frozen_at 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2009 [name of plugin creator]
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -2,15 +2,19 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = %q{with_time_frozen_at}
5
- spec.version = "1.0.2"
5
+ spec.version = "1.0.3"
6
6
 
7
7
  spec.authors = ["Vladimir Andrijevik", "Dan Hodos"]
8
- spec.date = %q{2009-06-12}
9
- spec.description = %q{with_time_frozen_at makes writing time-sensitive tests in Ruby super easy.}
8
+ spec.date = %q{2009-06-21}
9
+ spec.description = %q{Time-sensitive tests in Ruby made super easy!}
10
10
  spec.email = %q{vladimir@andrijevik.net}
11
- spec.files = ["README.markdown", "with_time_frozen_at.gemspec", "with_time_frozen_at.rb"]
12
11
  spec.homepage = %q{http://github.com/vandrijevik/with_time_frozen_at/}
13
- spec.require_path = "."
14
- spec.summary = %q{a helper for writing time-sensitive tests in Ruby}
15
- spec.test_files = ["with_time_frozen_at_test.rb"]
12
+ spec.summary = %q{A helper for writing time-sensitive tests in Ruby.}
13
+
14
+ spec.files = ["lib/with_time_frozen_at.rb",
15
+ "MIT-LICENSE",
16
+ "README.markdown",
17
+ "with_time_frozen_at.gemspec"]
18
+
19
+ spec.test_files = ["test/with_time_frozen_at_test.rb"]
16
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vandrijevik-with_time_frozen_at
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Andrijevik
@@ -10,11 +10,11 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-06-12 00:00:00 -07:00
13
+ date: 2009-06-21 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
17
- description: with_time_frozen_at makes writing time-sensitive tests in Ruby super easy.
17
+ description: Time-sensitive tests in Ruby made super easy!
18
18
  email: vladimir@andrijevik.net
19
19
  executables: []
20
20
 
@@ -23,16 +23,17 @@ extensions: []
23
23
  extra_rdoc_files: []
24
24
 
25
25
  files:
26
+ - lib/with_time_frozen_at.rb
27
+ - MIT-LICENSE
26
28
  - README.markdown
27
29
  - with_time_frozen_at.gemspec
28
- - with_time_frozen_at.rb
29
30
  has_rdoc: false
30
31
  homepage: http://github.com/vandrijevik/with_time_frozen_at/
31
32
  post_install_message:
32
33
  rdoc_options: []
33
34
 
34
35
  require_paths:
35
- - .
36
+ - lib
36
37
  required_ruby_version: !ruby/object:Gem::Requirement
37
38
  requirements:
38
39
  - - ">="
@@ -51,6 +52,6 @@ rubyforge_project:
51
52
  rubygems_version: 1.2.0
52
53
  signing_key:
53
54
  specification_version: 2
54
- summary: a helper for writing time-sensitive tests in Ruby
55
+ summary: A helper for writing time-sensitive tests in Ruby.
55
56
  test_files:
56
- - with_time_frozen_at_test.rb
57
+ - test/with_time_frozen_at_test.rb