sfdcutil 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/.idea/workspace.xml CHANGED
@@ -2,7 +2,7 @@
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
4
  <list default="true" id="8f16b45c-29a9-425f-bdf0-abbe84b2eddc" name="Default" comment="">
5
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/bin/sfdcutil" afterPath="$PROJECT_DIR$/bin/sfdcutil" />
6
6
  </list>
7
7
  <ignored path="trust_parser.iws" />
8
8
  <ignored path=".idea/workspace.xml" />
@@ -20,7 +20,17 @@
20
20
  <disable_hints />
21
21
  </component>
22
22
  <component name="FileEditorManager">
23
- <leaf />
23
+ <leaf>
24
+ <file leaf-file-name="sfdcutil" pinned="false" current="true" current-in-tab="true">
25
+ <entry file="file://$PROJECT_DIR$/bin/sfdcutil">
26
+ <provider selected="true" editor-type-id="text-editor">
27
+ <state line="89" column="36" selection-start="2074" selection-end="2074" vertical-scroll-proportion="0.53125">
28
+ <folding />
29
+ </state>
30
+ </provider>
31
+ </entry>
32
+ </file>
33
+ </leaf>
24
34
  </component>
25
35
  <component name="FindManager">
26
36
  <FindUsagesManager>
@@ -530,14 +540,14 @@
530
540
  </component>
531
541
  <component name="ToolWindowManager">
532
542
  <frame x="192" y="28" width="1108" height="771" extended-state="0" />
533
- <editor active="false" />
543
+ <editor active="true" />
534
544
  <layout>
535
545
  <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3290653" sideWeight="0.49300957" order="9" side_tool="false" content_ui="tabs" />
536
546
  <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.42581603" sideWeight="0.49742457" order="10" side_tool="false" content_ui="tabs" />
537
547
  <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32967034" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
538
548
  <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
539
549
  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.30696797" sideWeight="0.2537092" order="1" side_tool="true" content_ui="tabs" />
540
- <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.30696797" sideWeight="0.36498517" order="0" side_tool="false" content_ui="combo" />
550
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.30696797" sideWeight="0.36498517" order="0" side_tool="false" content_ui="combo" />
541
551
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.35691318" sideWeight="0.9990069" order="3" side_tool="false" content_ui="tabs" />
542
552
  <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
543
553
  <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3559539" sideWeight="0.25827813" order="7" side_tool="true" content_ui="tabs" />
@@ -687,16 +697,16 @@
687
697
  </state>
688
698
  </provider>
689
699
  </entry>
690
- <entry file="file://$PROJECT_DIR$/bin/sfdcutil">
700
+ <entry file="file://$PROJECT_DIR$/lib/sfdcutil/trust.rb">
691
701
  <provider selected="true" editor-type-id="text-editor">
692
- <state line="89" column="6" selection-start="2044" selection-end="2044" vertical-scroll-proportion="0.69164264">
702
+ <state line="52" column="0" selection-start="1347" selection-end="1347" vertical-scroll-proportion="2.1666667">
693
703
  <folding />
694
704
  </state>
695
705
  </provider>
696
706
  </entry>
697
- <entry file="file://$PROJECT_DIR$/lib/sfdcutil/trust.rb">
707
+ <entry file="file://$PROJECT_DIR$/bin/sfdcutil">
698
708
  <provider selected="true" editor-type-id="text-editor">
699
- <state line="52" column="0" selection-start="1347" selection-end="1347" vertical-scroll-proportion="2.1666667">
709
+ <state line="89" column="36" selection-start="2074" selection-end="2074" vertical-scroll-proportion="0.53125">
700
710
  <folding />
701
711
  </state>
702
712
  </provider>
data/bin/sfdcutil CHANGED
@@ -87,7 +87,7 @@ case ARGV[0]
87
87
  puts color = MAGENTA
88
88
  end
89
89
 
90
- puts colorize(sprintf("[%12s] [%s]" % [instance[:instance], instance[:status]]), color)
90
+ puts colorize(sprintf("%12s %s" % [instance[:instance], instance[:status]]), color)
91
91
  end
92
92
  else
93
93
  puts options.opts
@@ -1,3 +1,3 @@
1
1
  module SFDCUtil
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfdcutil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: