neo4apis-activerecord 0.2.0 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5888c986c00ef46a8de1156aac64c7544fa75001
4
- data.tar.gz: 2a1c749c2e53a56e5ea4043ae520b884b2ccfda9
3
+ metadata.gz: 741e8e7cc55d6f668107298ce95c1a4902082fc9
4
+ data.tar.gz: 67094cd3dd31f31cc5e684affd1c73baee06b04e
5
5
  SHA512:
6
- metadata.gz: e4f60e464ba903af191bb11d813d398632813daccdc66561801f2d0bdbb2665713975f8f1a621401469fc274b58c549ad049592aae570fe935529b85cd80d06c
7
- data.tar.gz: 9c2730fabc4c485fa84225a625a28a8a45496ccd1bf493849017a4b01aef071a705047a29fb7c683412db56d71b0e14fb84535842f01be719b29ddeda4130c48
6
+ metadata.gz: 6de04fca88492660c424adca274cb13d6c59cf9463ff48aac742467b81779884fd128259ae96f8a2f1a5ee3c509ea17214c752b3a8c054e4c75ec7f28f264c75
7
+ data.tar.gz: 1fcf87ffde8b393050442525ad4aeae4eed0bcbde2e8f5437cf3541101503158ee761820ecf9fae1b4cb21aae7ddeaa661d616dd377688eaca6aca52a2529cc6
@@ -22,7 +22,6 @@ module Neo4Apis
22
22
  def models(*models_or_table_names)
23
23
  setup
24
24
 
25
- puts 'models_or_table_names', models_or_table_names.inspect
26
25
  model_classes = models_or_table_names.map(&method(:get_model))
27
26
 
28
27
  model_classes.each do |model_class|
@@ -45,7 +44,6 @@ module Neo4Apis
45
44
  # Rails
46
45
  require './config/environment'
47
46
  else
48
- puts 'active_record_config', active_record_config.inspect
49
47
  ::ActiveRecord::Base.establish_connection(active_record_config)
50
48
  end
51
49
  end
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'neo4apis-activerecord'
6
- s.version = '0.2.0'
6
+ s.version = '0.2.1'
7
7
  s.required_ruby_version = '>= 1.9.1'
8
8
 
9
9
  s.authors = 'Brian Underwood'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4apis-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Underwood