reditor 0.3.2 → 0.3.3
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.
- checksums.yaml +4 -4
- data/lib/reditor/version.rb +1 -1
- data/reditor.gemspec +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74b4410a288a3ffc7893f9cecf76135d1404781c
|
4
|
+
data.tar.gz: 41f82f2bc183430d20626e7f079461419d16e263
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb4912b5b9b056d1a31029bfaa3382a4f4b68d717afea6e2223ed06c500df5d1a2fd3703474b8297ca7d013a124677f6952ff0237b8ef3525e236176faad4dd2
|
7
|
+
data.tar.gz: b9905d129c117c108c8e3c573e9c45b962cdd6cfd987052fc09e2ed64de664bb4df03bef9f5f1e9a96b7cface009e4ad87c9729e511e00c6ea770242fedac4a0
|
data/lib/reditor/version.rb
CHANGED
data/reditor.gemspec
CHANGED
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.description = %q{Open a ruby library with your editor. Reditor supports gem, bundler, and stdlib (pure ruby).}
|
8
8
|
gem.summary = %q{Open a ruby library with your editor}
|
9
9
|
gem.homepage = 'https://github.com/hibariya/reditor'
|
10
|
+
gem.licenses = ['MIT']
|
10
11
|
|
11
12
|
gem.files = `git ls-files`.split($\)
|
12
13
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: reditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hibariya
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hotwater
|
@@ -138,7 +138,8 @@ files:
|
|
138
138
|
- spec/samples/bundler_project_without_lockfile/Gemfile
|
139
139
|
- spec/spec_helper.rb
|
140
140
|
homepage: https://github.com/hibariya/reditor
|
141
|
-
licenses:
|
141
|
+
licenses:
|
142
|
+
- MIT
|
142
143
|
metadata: {}
|
143
144
|
post_install_message:
|
144
145
|
rdoc_options: []
|
@@ -167,4 +168,3 @@ test_files:
|
|
167
168
|
- spec/samples/bundler_project/Gemfile
|
168
169
|
- spec/samples/bundler_project_without_lockfile/Gemfile
|
169
170
|
- spec/spec_helper.rb
|
170
|
-
has_rdoc:
|