databasedotcom_console 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/bin/dbdc CHANGED
@@ -33,8 +33,8 @@ else
33
33
 
34
34
  puts "\n\nWelcome to the Databasedotcom Ruby Console. \nYou you can access your databasedotcom client via the variable @dbdc"
35
35
  puts "\nExamples: \n"
36
- puts "dbdc.list_sobjects"
37
- puts "dbdc.materialze \'Account\'"
36
+ puts "@dbdc.list_sobjects"
37
+ puts "@dbdc.materialze \'Account\'"
38
38
  puts "john = Account.find_by_LastName \'Yamaguchi\'"
39
39
  puts "account_list = Account.query \'FirstName != null AND My_Custom_Field__C > 7 LIMIT 10\' \n"
40
40
  puts "\n\n"
@@ -1,3 +1,3 @@
1
1
  module DatabasedotcomConsole
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: databasedotcom_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: