starscope 0.0.6 → 0.0.7

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.
data/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- v0.0.6 (trunk)
4
+ v0.0.7 (trunk)
5
+ -------------------
6
+
7
+ Misc:
8
+ * Specify license in gemspec.
9
+
10
+ v0.0.6 (2013-07-19)
5
11
  -------------------
6
12
 
7
13
  Interface:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- starscope (0.0.6)
4
+ starscope (0.0.7)
5
5
  parser (= 2.0.0.pre2)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module StarScope
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/starscope.gemspec CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.authors = ["Evan Huus"]
9
9
  gem.homepage = 'https://github.com/eapache/starscope'
10
10
  gem.email = 'eapache@gmail.com'
11
+ gem.license = 'MIT'
11
12
  gem.files = `git ls-files`.split("\n")
12
13
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
14
  gem.require_paths = ["lib"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: starscope
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Evan Huus
@@ -115,7 +115,8 @@ files:
115
115
  - lib/starscope/version.rb
116
116
  - starscope.gemspec
117
117
  homepage: https://github.com/eapache/starscope
118
- licenses: []
118
+ licenses:
119
+ - MIT
119
120
  post_install_message:
120
121
  rdoc_options: []
121
122
  require_paths:
@@ -126,7 +127,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
127
  - !ruby/object:Gem::Version
127
128
  segments:
128
129
  - 0
129
- hash: -2937951633006975654
130
+ hash: -3221019390651104980
130
131
  version: '0'
131
132
  none: false
132
133
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -135,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
136
  - !ruby/object:Gem::Version
136
137
  segments:
137
138
  - 0
138
- hash: -2937951633006975654
139
+ hash: -3221019390651104980
139
140
  version: '0'
140
141
  none: false
141
142
  requirements: []