zonebie 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 490ab23147f9d6c4f43d468666ad83481dca7289
4
- data.tar.gz: aaed4c34a214caff9c5f2616f523dd0ee3cdab38
3
+ metadata.gz: 25214efeb680319146aaa1457cd05e7430ed3421
4
+ data.tar.gz: cb86153d6b2c8e15d1dcf238681feb847b2cd78d
5
5
  SHA512:
6
- metadata.gz: 92afb08fe8ad7fcdb9ffbd0b1209cb6f0673f7edc7f871ca5d3ca9ea9425da55fc63c23ad5f8bbd35192624b08e766f333f299d6a85d3e77a3e808bd5344b64f
7
- data.tar.gz: 4d4c6052a63fa47fc108f0e97b2c00ea11d24a2b96142c1597ee3a19b94bbdb651d7b97c07e074ce8fb4063058ab115436276f648967427f7f2cc5061f83533b
6
+ metadata.gz: 7c8118532fbd513e53c3089f49b3fa00839d1d044a453ff1fbde4f3a262c3bb6dcc5654a22059111de1758b7e29e5582096cccf6d7a81e58dd0ebc80486462d8
7
+ data.tar.gz: 1b460efd89e9cf2f81de59600ed3c2d91aaef986b56438c302afd9999fbc1ca3811c2d00f836048f883e8ae75b2c4468ee0c78a038ebf7a8d39c96427dcd9f70
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --order random
@@ -0,0 +1,11 @@
1
+ ## 0.5.1 (17 August 2013)
2
+
3
+ * Includes license information in gemspec. (Andy Lindeman)
4
+
5
+ ## 0.5.0 (15 August 2013)
6
+
7
+ * Changed the environment variable used to make tests temporarily deterministic
8
+ from `TZ` to `ZONEBIE_TZ`. `TZ` has meaning to the system and so it was not
9
+ appropriate for Zonebie to use it. (Andy Lindeman)
10
+ * Removed support for displaying an ASCII map. It added too many weird
11
+ dependencies to the gem. (Andy Lindeman)
@@ -1,3 +1,3 @@
1
1
  module Zonebie
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = %q{Runs your tests in a random timezone}
8
8
  gem.summary = %q{Zonebie prevents bugs in code that deals with timezones by randomly assigning a zone on every run}
9
9
  gem.homepage = "https://github.com/alindeman/zonebie"
10
+ gem.license = 'MIT'
10
11
 
11
12
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
13
  gem.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zonebie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Lindeman
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-08-15 00:00:00.000000000 Z
13
+ date: 2013-08-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -112,7 +112,9 @@ extensions: []
112
112
  extra_rdoc_files: []
113
113
  files:
114
114
  - .gitignore
115
+ - .rspec
115
116
  - .travis.yml
117
+ - Changelog.md
116
118
  - Gemfile
117
119
  - LICENSE
118
120
  - README.md
@@ -130,7 +132,8 @@ files:
130
132
  - spec/spec_helper.rb
131
133
  - zonebie.gemspec
132
134
  homepage: https://github.com/alindeman/zonebie
133
- licenses: []
135
+ licenses:
136
+ - MIT
134
137
  metadata: {}
135
138
  post_install_message:
136
139
  rdoc_options: []
@@ -154,4 +157,3 @@ specification_version: 4
154
157
  summary: Zonebie prevents bugs in code that deals with timezones by randomly assigning
155
158
  a zone on every run
156
159
  test_files: []
157
- has_rdoc: