acrosslite 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/acrosslite.rb +3 -3
  2. metadata +3 -3
@@ -3,10 +3,10 @@ require 'stringio'
3
3
  require File.join(File.dirname(__FILE__), 'entry')
4
4
 
5
5
  class Acrosslite
6
- attr_reader :across, :down, :solution, :diagram, :copyright, :title, :author,
7
- :filepath
6
+ attr_accessor :copyright, :title, :author
7
+ attr_reader :across, :down, :solution, :diagram, :filepath
8
8
 
9
- VERSION = '0.2.0'
9
+ VERSION = '0.2.1'
10
10
 
11
11
  ACROSSLITE = 2
12
12
  ROWS = 44
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Mullen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-25 00:00:00 -05:00
17
+ date: 2010-06-15 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency