flog 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (6) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +6 -0
  3. data/Rakefile +1 -1
  4. data/lib/flog.rb +1 -1
  5. metadata +3 -3
  6. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 2.1.2 / 2009-06-24
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed dependency spec on ruby_parser. (jan)
6
+
1
7
  === 2.1.1 / 2009-06-23
2
8
 
3
9
  * 2 minor enhancements:
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ Hoe.spec 'flog' do
18
18
  self.rubyforge_name = 'seattlerb'
19
19
 
20
20
  extra_deps << ['sexp_processor', '~> 3.0']
21
- extra_deps << ['ruby_parser', '~> 1.1.0']
21
+ extra_deps << ['ruby_parser', '~> 2.0']
22
22
  end
23
23
 
24
24
  # vim: syntax=ruby
@@ -11,7 +11,7 @@ class Sexp
11
11
  end
12
12
 
13
13
  class Flog < SexpProcessor
14
- VERSION = '2.1.1'
14
+ VERSION = '2.1.2'
15
15
 
16
16
  THRESHOLD = 0.60
17
17
  SCORES = Hash.new 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flog
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -30,7 +30,7 @@ cert_chain:
30
30
  FBHgymkyj/AOSqKRIpXPhjC6
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2009-06-23 00:00:00 -07:00
33
+ date: 2009-06-24 00:00:00 -07:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
@@ -51,7 +51,7 @@ dependencies:
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 1.1.0
54
+ version: "2.0"
55
55
  version:
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: hoe
metadata.gz.sig CHANGED
Binary file