diff test2
Diff
code posted
by
kek
created at 02 Sep 17:25
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
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'] |
1.24 KB in 6 ms with coderay