Title / Description
Code diff --git a/Gemfile.lock b/Gemfile.lock index 81507b7..5106bcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - highlight (1.1.4) + highlight (1.1.5) GEM remote: https://rubygems.org/ diff --git a/HISTORY.md b/HISTORY.md index c35e116..8fae720 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,16 +1,21 @@ -v1.1.2 +v1.1.5 ------ -* first gem version +* removed activesupport dependency + +v1.1.4 +------ + +* switched to new web API +* cleaned up internals +* fixed Rails 3 generator v1.1.3 ------ * added new supported language NASM -v1.1.4 +v1.1.2 ------ -* switched to new web API -* cleaned up internals -* fixed Rails 3 generator \ No newline at end of file +* first gem version diff --git a/highlight.gemspec b/highlight.gemspec index 3c2a21e..07ce426 100644 --- a/highlight.gemspec +++ b/highlight.gemspec @@ -13,7 +13,7 @@ pkg_files += Dir['spec/**/*.{rb,yml,opts}'] Gem::Specification.new do |s| s.name = %q{highlight} - s.version = '1.1.4' + s.version = '1.1.5' s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(:required_rubygems_version=) s.authors = ['Marco Otte-Witte']
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code