acts_as_dag 1.0.3 → 1.0.4

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. metadata +4 -6
  2. data/.gitignore +0 -2
  3. data/acts_as_dag.gemspec +0 -12
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_dag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2010-09-15 00:00:00.000000000 Z
13
+ date: 2012-09-27 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email: technical@rrnpilot.org
@@ -18,13 +18,11 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - .gitignore
22
- - LICENSE
23
- - README.rdoc
24
- - acts_as_dag.gemspec
25
21
  - lib/acts_as_dag.rb
26
22
  - spec/acts_as_dag_spec.rb
27
23
  - spec/spec_helper.rb
24
+ - LICENSE
25
+ - README.rdoc
28
26
  homepage: http://github.com/rrn/acts_as_dag
29
27
  licenses: []
30
28
  post_install_message:
data/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- .DS_store
2
- *.gem
data/acts_as_dag.gemspec DELETED
@@ -1,12 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = 'acts_as_dag'
3
- s.version = '1.0.3'
4
- s.date = %q{2010-09-15}
5
- s.email = 'technical@rrnpilot.org'
6
- s.homepage = 'http://github.com/rrn/acts_as_dag'
7
- s.summary = 'Adds directed acyclic graph functionality to ActiveRecord.'
8
- s.authors = ['Nicholas Jakobsen', 'Ryan Wallace']
9
-
10
- s.files = `git ls-files`.split("\n")
11
- s.require_paths = ["lib"]
12
- end