deferred_associations 0.5.4 → 0.5.5

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.
data/.gitignore DELETED
@@ -1,3 +0,0 @@
1
- pkg
2
- *.db
3
- .idea
data/.travis.yml DELETED
@@ -1,12 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 1.8.7
4
- - 1.9.3
5
- - jruby-18mode
6
- - jruby-19mode
7
-
8
- script: "bundle exec rspec"
9
-
10
- gemfile:
11
- - gemfiles/ar2.3.14.gemfile
12
- - gemfiles/ar3.2.3.gemfile
@@ -1,12 +0,0 @@
1
-
2
- source 'https://rubygems.org'
3
-
4
- gem "jruby-openssl", :platform=>:jruby
5
- gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
6
- gem "sqlite3", :platform=>:ruby
7
-
8
- gem 'activerecord', '=2.3.14'
9
-
10
- gem 'rspec-rails', '=1.2.9'
11
-
12
- gemspec :path=>"../"
@@ -1,47 +0,0 @@
1
- PATH
2
- remote: /home/martin/Projekte/has_and_belongs_to_many_with_deferred_save
3
- specs:
4
- deferred_associations (0.5.3)
5
- activerecord
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activerecord (2.3.14)
11
- activesupport (= 2.3.14)
12
- activerecord-jdbc-adapter (1.2.2)
13
- activerecord-jdbcsqlite3-adapter (1.2.2)
14
- activerecord-jdbc-adapter (~> 1.2.2)
15
- jdbc-sqlite3 (~> 3.7.2)
16
- activesupport (2.3.14)
17
- bouncy-castle-java (1.5.0146.1)
18
- diff-lcs (1.1.3)
19
- jdbc-sqlite3 (3.7.2)
20
- jruby-openssl (0.7.6.1)
21
- bouncy-castle-java (>= 1.5.0146.1)
22
- rack (1.4.1)
23
- rspec (2.9.0)
24
- rspec-core (~> 2.9.0)
25
- rspec-expectations (~> 2.9.0)
26
- rspec-mocks (~> 2.9.0)
27
- rspec-core (2.9.0)
28
- rspec-expectations (2.9.0)
29
- diff-lcs (~> 1.1.3)
30
- rspec-mocks (2.9.0)
31
- rspec-rails (1.2.9)
32
- rack (>= 1.0.0)
33
- rspec (>= 1.2.9)
34
- sqlite3 (1.3.5)
35
-
36
- PLATFORMS
37
- java
38
- ruby
39
-
40
- DEPENDENCIES
41
- activerecord (= 2.3.14)
42
- activerecord-jdbcsqlite3-adapter
43
- deferred_associations!
44
- jruby-openssl
45
- rspec
46
- rspec-rails (= 1.2.9)
47
- sqlite3
@@ -1,12 +0,0 @@
1
-
2
- source 'https://rubygems.org'
3
-
4
- gem "jruby-openssl", :platform=>:jruby
5
- gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
6
- gem "sqlite3", :platform=>:ruby
7
-
8
- gem 'activerecord', '=3.2.3'
9
-
10
- gem 'rspec-rails'
11
-
12
- gemspec :path=>"../"
@@ -1,96 +0,0 @@
1
- PATH
2
- remote: /home/martin/Projekte/has_and_belongs_to_many_with_deferred_save
3
- specs:
4
- deferred_associations (0.5.3)
5
- activerecord
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (3.2.3)
11
- activemodel (= 3.2.3)
12
- activesupport (= 3.2.3)
13
- builder (~> 3.0.0)
14
- erubis (~> 2.7.0)
15
- journey (~> 1.0.1)
16
- rack (~> 1.4.0)
17
- rack-cache (~> 1.2)
18
- rack-test (~> 0.6.1)
19
- sprockets (~> 2.1.2)
20
- activemodel (3.2.3)
21
- activesupport (= 3.2.3)
22
- builder (~> 3.0.0)
23
- activerecord (3.2.3)
24
- activemodel (= 3.2.3)
25
- activesupport (= 3.2.3)
26
- arel (~> 3.0.2)
27
- tzinfo (~> 0.3.29)
28
- activerecord-jdbc-adapter (1.2.2)
29
- activerecord-jdbcsqlite3-adapter (1.2.2)
30
- activerecord-jdbc-adapter (~> 1.2.2)
31
- jdbc-sqlite3 (~> 3.7.2)
32
- activesupport (3.2.3)
33
- i18n (~> 0.6)
34
- multi_json (~> 1.0)
35
- arel (3.0.2)
36
- bouncy-castle-java (1.5.0146.1)
37
- builder (3.0.0)
38
- diff-lcs (1.1.3)
39
- erubis (2.7.0)
40
- hike (1.2.1)
41
- i18n (0.6.0)
42
- jdbc-sqlite3 (3.7.2)
43
- journey (1.0.3)
44
- jruby-openssl (0.7.6.1)
45
- bouncy-castle-java (>= 1.5.0146.1)
46
- json (1.6.6-java)
47
- multi_json (1.3.2)
48
- rack (1.4.1)
49
- rack-cache (1.2)
50
- rack (>= 0.4)
51
- rack-ssl (1.3.2)
52
- rack
53
- rack-test (0.6.1)
54
- rack (>= 1.0)
55
- railties (3.2.3)
56
- actionpack (= 3.2.3)
57
- activesupport (= 3.2.3)
58
- rack-ssl (~> 1.3.2)
59
- rake (>= 0.8.7)
60
- rdoc (~> 3.4)
61
- thor (~> 0.14.6)
62
- rake (0.9.2.2)
63
- rdoc (3.12)
64
- json (~> 1.4)
65
- rspec (2.9.0)
66
- rspec-core (~> 2.9.0)
67
- rspec-expectations (~> 2.9.0)
68
- rspec-mocks (~> 2.9.0)
69
- rspec-core (2.9.0)
70
- rspec-expectations (2.9.1)
71
- diff-lcs (~> 1.1.3)
72
- rspec-mocks (2.9.0)
73
- rspec-rails (2.9.0)
74
- actionpack (>= 3.0)
75
- activesupport (>= 3.0)
76
- railties (>= 3.0)
77
- rspec (~> 2.9.0)
78
- sprockets (2.1.2)
79
- hike (~> 1.2)
80
- rack (~> 1.0)
81
- tilt (~> 1.1, != 1.3.0)
82
- thor (0.14.6)
83
- tilt (1.3.3)
84
- tzinfo (0.3.33)
85
-
86
- PLATFORMS
87
- java
88
-
89
- DEPENDENCIES
90
- activerecord (= 3.2.3)
91
- activerecord-jdbcsqlite3-adapter
92
- deferred_associations!
93
- jruby-openssl
94
- rspec
95
- rspec-rails
96
- sqlite3
data/spec/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- *.log
2
- *.db