Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/flog/dev/": change = 7674]
  • Loading branch information
zenspider committed Jul 27, 2012
1 parent 95965b4 commit 627236d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.txt
@@ -1,3 +1,17 @@
=== 3.0.0.b1 / 2012-07-26

* 4 minor enhancements:

* Added --18 and --19 flags to specify parser. Defaults to hybrid.
* Explicitly use Ruby18Parser to remove deprecation warnings.
* Modified processor to deal with cleaner sexps from RP 3.x.
* Use File.binread (File.read in 1.8) to bypass encoding errors

* 2 bug fixes:

* Cleaned up some 1.9 warnings.
* Fixed failing tests against ruby_parser 3

=== 2.5.3 / 2011-09-21

* 1 minor enhancement:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,7 +18,7 @@ Hoe.spec 'flog' do
self.rubyforge_name = 'seattlerb'

extra_deps << ['sexp_processor', '~> 4.0']
extra_deps << ['ruby_parser', '~> 3.0']
extra_deps << ['ruby_parser', '~> 3.0.0.a4']
end

# vim: syntax=ruby
2 changes: 1 addition & 1 deletion lib/flog.rb
Expand Up @@ -12,7 +12,7 @@ class << self
end

class Flog < SexpProcessor
VERSION = '2.5.3'
VERSION = '3.0.0.b1'

THRESHOLD = 0.60
SCORES = Hash.new 1
Expand Down

0 comments on commit 627236d

Please sign in to comment.