skinny_jeans 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/skinny_jeans.gemspec +3 -3
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.4
1
+ 0.9.5
data/skinny_jeans.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "skinny_jeans"
8
- s.version = "0.9.3"
8
+ s.version = "0.9.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jonathan Otto"]
12
- s.date = "2011-10-26"
12
+ s.date = "2012-09-27"
13
13
  s.description = "Fast webserver log parser for persisting daily pageviews per path to sqlite"
14
14
  s.email = "jonathan.otto@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  ]
29
29
  s.homepage = "http://github.com/jotto/skinny_jeans"
30
30
  s.require_paths = ["lib"]
31
- s.rubygems_version = "1.8.10"
31
+ s.rubygems_version = "1.8.24"
32
32
  s.summary = "Fast webserver log parser for persisting daily pageviews per path to sqlite"
33
33
 
34
34
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skinny_jeans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: