late 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/late/late.c +1 -1
  2. data/lib/late/version.rb +1 -1
  3. metadata +1 -1
@@ -7,7 +7,7 @@ const VALUE late_httpdate(VALUE self, VALUE rb_epoch) {
7
7
  struct tm * timeinfo;
8
8
  char buffer[80];
9
9
  timeinfo = gmtime(&epoch);
10
- strftime(buffer, 80, "%a, %d %b %Y %H:%M:%S %Z", timeinfo);
10
+ strftime(buffer, 80, "%a, %d %b %Y %H:%M:%S GMT", timeinfo);
11
11
  return rb_str_new2(buffer);
12
12
  }
13
13
 
@@ -1,3 +1,3 @@
1
1
  class Late
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: