georgi-git_store 0.2 → 0.2.1

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.
Files changed (3) hide show
  1. data/git_store.gemspec +1 -1
  2. data/lib/git_store.rb +1 -1
  3. metadata +1 -1
data/git_store.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'git_store'
3
- s.version = '0.2'
3
+ s.version = '0.2.1'
4
4
  s.date = '2008-12-17'
5
5
  s.summary = 'a simple data store based on git'
6
6
  s.author = 'Matthias Georgi'
data/lib/git_store.rb CHANGED
@@ -36,7 +36,7 @@ require 'git_store/pack'
36
36
  class GitStore
37
37
  include Enumerable
38
38
 
39
- attr_reader :path, :index, :root, :branch, :lock_file, :head
39
+ attr_reader :path, :index, :root, :branch, :lock_file, :head, :packs
40
40
 
41
41
  # Initialize a store.
42
42
  def initialize(path, branch = 'master')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: georgi-git_store
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Georgi