highlight 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/HISTORY.md +5 -0
  2. metadata +3 -3
data/HISTORY.md CHANGED
@@ -1,3 +1,8 @@
1
+ v1.1.7
2
+ ------
3
+
4
+ * added missing gem license (MIT)
5
+
1
6
  v1.1.6
2
7
  ------
3
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highlight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -35,7 +35,8 @@ files:
35
35
  - spec/lib/view_methods_spec.rb
36
36
  - spec/spec_helper.rb
37
37
  homepage: http://github.com/simplabs/highlight
38
- licenses: []
38
+ licenses:
39
+ - MIT
39
40
  post_install_message:
40
41
  rdoc_options: []
41
42
  require_paths:
@@ -59,4 +60,3 @@ signing_key:
59
60
  specification_version: 2
60
61
  summary: Syntax Higlighting plugin for Ruby on Rails
61
62
  test_files: []
62
- has_rdoc: false