irbtab 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/irbtab.gemspec +3 -3
  3. data/lib/irbtab.rb +1 -1
  4. metadata +5 -5
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ###DESCRIPTION
2
- irbtab allows you to copy and paste from ruby arrays in irb/rails console to a spreadsheet (tab delimited) and visa versa.
2
+ irbtab allows you to copy and paste between ruby arrays in irb/rails console and a spreadsheet (tab delimited) and visa versa.
3
3
 
4
4
  it works on osx, linux and possibly windows.
5
5
 
data/irbtab.gemspec CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification::new do |spec|
4
4
  spec.name = "irbtab"
5
- spec.version = "0.0.6"
5
+ spec.version = "0.0.7"
6
6
  spec.platform = Gem::Platform::RUBY
7
- spec.summary = "copy and paste from spreadsheet to ruby arrays in irb"
8
- spec.description = "description: easy copy and paste between a spreadsheet and ruby arrays in irb or rails console. Based on irbcp by Ara T. Howard"
7
+ spec.summary = "copy and paste between spreadsheet and ruby arrays in irb"
8
+ spec.description = "irbtab allows you to copy and paste between ruby arrays in irb/rails console and a spreadsheet (tab delimited) and visa versa. Based on irbcp by Ara T. Howard"
9
9
 
10
10
  spec.files =["README.md", "Rakefile", "irbtab.gemspec", "lib", "lib/irbtab.rb"]
11
11
 
data/lib/irbtab.rb CHANGED
@@ -9,7 +9,7 @@ end
9
9
 
10
10
 
11
11
  module Irbtab
12
- Version = '0.0.6'
12
+ Version = '0.0.7'
13
13
 
14
14
  def Irbtab.version() Irbtab::Version end
15
15
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irbtab
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mark Suppes
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: "0"
47
47
  type: :runtime
48
48
  version_requirements: *id002
49
- description: "description: easy copy and paste between a spreadsheet and ruby arrays in irb or rails console. Based on irbcp by Ara T. Howard"
49
+ description: irbtab allows you to copy and paste between ruby arrays in irb/rails console and a spreadsheet (tab delimited) and visa versa. Based on irbcp by Ara T. Howard
50
50
  email: famulus.fusion@gmail.com
51
51
  executables: []
52
52
 
@@ -91,7 +91,7 @@ rubyforge_project:
91
91
  rubygems_version: 1.8.10
92
92
  signing_key:
93
93
  specification_version: 3
94
- summary: copy and paste from spreadsheet to ruby arrays in irb
94
+ summary: copy and paste between spreadsheet and ruby arrays in irb
95
95
  test_files: []
96
96
 
97
97
  has_rdoc: