churn 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- churn (0.0.27)
4
+ churn (0.0.28)
5
5
  chronic (>= 0.2.3)
6
6
  hirb
7
7
  json_pure
8
8
  main
9
- ruby_parser (~> 3.1.0)
10
- sexp_processor (~> 4.1.0)
9
+ ruby_parser (~> 3.0)
10
+ sexp_processor (~> 4.1)
11
11
 
12
12
  GEM
13
13
  remote: http://rubygems.org/
@@ -19,7 +19,7 @@ GEM
19
19
  chronic (0.9.0)
20
20
  fattr (2.2.1)
21
21
  git (1.2.5)
22
- hirb (0.7.0)
22
+ hirb (0.7.1)
23
23
  i18n (0.6.1)
24
24
  jeweler (1.8.4)
25
25
  bundler (~> 1.0)
@@ -41,7 +41,7 @@ GEM
41
41
  json (~> 1.4)
42
42
  ruby_parser (3.1.1)
43
43
  sexp_processor (~> 4.1)
44
- sexp_processor (4.1.3)
44
+ sexp_processor (4.1.4)
45
45
  shoulda (3.3.2)
46
46
  shoulda-context (~> 1.0.1)
47
47
  shoulda-matchers (~> 1.4.1)
data/Rakefile CHANGED
@@ -31,15 +31,11 @@ task :build_gem do
31
31
  end
32
32
 
33
33
  require 'rdoc/task'
34
+ $:.push File.expand_path("../lib", __FILE__)
35
+ require "churn/version"
34
36
  Rake::RDocTask.new do |rdoc|
35
- if File.exist?('VERSION')
36
- version = File.read('VERSION')
37
- else
38
- version = ""
39
- end
40
-
41
37
  rdoc.rdoc_dir = 'rdoc'
42
- rdoc.title = "churn #{version}"
38
+ rdoc.title = "churn #{Churn::VERSION}"
43
39
  rdoc.rdoc_files.include('README*')
44
40
  rdoc.rdoc_files.include('lib/**/*.rb')
45
41
  end
@@ -34,8 +34,8 @@ Gem::Specification.new do |s|
34
34
  s.add_runtime_dependency(%q<main>, [">= 0"])
35
35
  s.add_runtime_dependency(%q<json_pure>, [">= 0"])
36
36
  s.add_runtime_dependency(%q<chronic>, [">= 0.2.3"])
37
- s.add_runtime_dependency(%q<sexp_processor>, ["~> 4.1.0"])
38
- s.add_runtime_dependency(%q<ruby_parser>, ["~> 3.1.0"])
37
+ s.add_runtime_dependency(%q<sexp_processor>, ["~> 4.1"])
38
+ s.add_runtime_dependency(%q<ruby_parser>, ["~> 3.0"])
39
39
  s.add_runtime_dependency(%q<hirb>, [">= 0"])
40
40
 
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module Churn
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: churn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41
4
+ hash: 39
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 27
10
- version: 0.0.27
9
+ - 28
10
+ version: 0.0.28
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Mayer
@@ -139,12 +139,11 @@ dependencies:
139
139
  requirements:
140
140
  - - ~>
141
141
  - !ruby/object:Gem::Version
142
- hash: 59
142
+ hash: 25
143
143
  segments:
144
144
  - 4
145
145
  - 1
146
- - 0
147
- version: 4.1.0
146
+ version: "4.1"
148
147
  requirement: *id009
149
148
  prerelease: false
150
149
  name: sexp_processor
@@ -155,12 +154,11 @@ dependencies:
155
154
  requirements:
156
155
  - - ~>
157
156
  - !ruby/object:Gem::Version
158
- hash: 3
157
+ hash: 7
159
158
  segments:
160
159
  - 3
161
- - 1
162
160
  - 0
163
- version: 3.1.0
161
+ version: "3.0"
164
162
  requirement: *id010
165
163
  prerelease: false
166
164
  name: ruby_parser
@@ -198,7 +196,6 @@ files:
198
196
  - LICENSE
199
197
  - README.md
200
198
  - Rakefile
201
- - VERSION
202
199
  - bin/churn
203
200
  - churn.gemspec
204
201
  - lib/churn.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.0.25