sfdcutil 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/.idea/workspace.xml CHANGED
@@ -1,7 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
3
  <component name="ChangeListManager">
4
- <list default="true" id="8f16b45c-29a9-425f-bdf0-abbe84b2eddc" name="Default" comment="" />
4
+ <list default="true" id="8f16b45c-29a9-425f-bdf0-abbe84b2eddc" name="Default" comment="">
5
+ <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
6
+ </list>
5
7
  <ignored path="trust_parser.iws" />
6
8
  <ignored path=".idea/workspace.xml" />
7
9
  <option name="TRACKING_ENABLED" value="true" />
@@ -24,7 +26,20 @@
24
26
  <disable_hints />
25
27
  </component>
26
28
  <component name="FileEditorManager">
27
- <leaf />
29
+ <leaf>
30
+ <file leaf-file-name="README.md" pinned="false" current="true" current-in-tab="true">
31
+ <entry file="file://$PROJECT_DIR$/README.md">
32
+ <provider editor-type-id="MarkdownPreviewEditor">
33
+ <state />
34
+ </provider>
35
+ <provider selected="true" editor-type-id="text-editor">
36
+ <state line="48" column="15" selection-start="1457" selection-end="1457" vertical-scroll-proportion="1.7336344">
37
+ <folding />
38
+ </state>
39
+ </provider>
40
+ </entry>
41
+ </file>
42
+ </leaf>
28
43
  </component>
29
44
  <component name="FindManager">
30
45
  <FindUsagesManager>
@@ -49,7 +64,6 @@
49
64
  <list>
50
65
  <option value="$PROJECT_DIR$/LICENSE" />
51
66
  <option value="$PROJECT_DIR$/COPYING" />
52
- <option value="$PROJECT_DIR$/README.md" />
53
67
  <option value="$PROJECT_DIR$/sfdctrust.gemspec" />
54
68
  <option value="$PROJECT_DIR$/lib/sfdcutil/version.rb" />
55
69
  <option value="$PROJECT_DIR$/lib/sfdcutil/trust.rb" />
@@ -63,6 +77,7 @@
63
77
  <option value="$PROJECT_DIR$/sfdcutil.gemspec" />
64
78
  <option value="$PROJECT_DIR$/lib/sfdcutil/cli.rb" />
65
79
  <option value="$PROJECT_DIR$/Rakefile" />
80
+ <option value="$PROJECT_DIR$/README.md" />
66
81
  </list>
67
82
  </option>
68
83
  </component>
@@ -689,15 +704,15 @@
689
704
  </todo-panel>
690
705
  </component>
691
706
  <component name="ToolWindowManager">
692
- <frame x="58" y="22" width="1352" height="852" extended-state="0" />
693
- <editor active="false" />
707
+ <frame x="58" y="22" width="1352" height="852" extended-state="1" />
708
+ <editor active="true" />
694
709
  <layout>
695
710
  <window_info id="Changes" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.42516556" sideWeight="0.49742457" order="10" side_tool="false" content_ui="tabs" />
696
711
  <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32847682" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
697
712
  <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" />
698
713
  <window_info id="Heroku" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.32980132" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
699
714
  <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33333334" sideWeight="0.6424332" order="1" side_tool="true" content_ui="tabs" />
700
- <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.34226647" sideWeight="0.66887414" order="0" side_tool="false" content_ui="combo" />
715
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.34226647" sideWeight="0.66887414" order="0" side_tool="false" content_ui="combo" />
701
716
  <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.35629138" sideWeight="0.9990069" order="3" side_tool="false" content_ui="tabs" />
702
717
  <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" />
703
718
  <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.35459942" sideWeight="0.25827813" order="7" side_tool="true" content_ui="tabs" />
@@ -866,6 +881,16 @@
866
881
  </state>
867
882
  </provider>
868
883
  </entry>
884
+ <entry file="file://$PROJECT_DIR$/README.md">
885
+ <provider editor-type-id="MarkdownPreviewEditor">
886
+ <state />
887
+ </provider>
888
+ <provider selected="true" editor-type-id="text-editor">
889
+ <state line="48" column="15" selection-start="1457" selection-end="1457" vertical-scroll-proportion="1.7336344">
890
+ <folding />
891
+ </state>
892
+ </provider>
893
+ </entry>
869
894
  </component>
870
895
  </project>
871
896
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sfdcutil (0.0.9)
4
+ sfdcutil (0.0.10)
5
5
  nokogiri
6
6
  term-ansicolor
7
7
  thor
data/README.md CHANGED
@@ -30,7 +30,7 @@ Or install it yourself:
30
30
  Usage: sfdcutil COMMAND [OPTIONS]
31
31
 
32
32
  Commands
33
- trust:status - get the status of all instances
33
+ status - get the status of all instances
34
34
 
35
35
  Options
36
36
  -u, --url URL trust URL
@@ -40,13 +40,13 @@ Or install it yourself:
40
40
 
41
41
  Getting a single instance status
42
42
 
43
- $ sfdcutil trust:status --instance "NA1"
43
+ $ sfdcutil status --instance "NA1"
44
44
  Instance Status
45
45
  NA1 Instance available
46
46
 
47
47
  Get a status of all instances
48
48
 
49
- $ sfdcutil trust:status
49
+ $ sfdcutil status
50
50
  Instance Status
51
51
  AP0 (Japan) Instance available
52
52
  AP1 (APAC) Instance available
@@ -1,3 +1,3 @@
1
1
  module SFDCUtil
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -257,7 +257,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
257
257
  version: '0'
258
258
  segments:
259
259
  - 0
260
- hash: -2537926892357604424
260
+ hash: 3034045627248220320
261
261
  required_rubygems_version: !ruby/object:Gem::Requirement
262
262
  none: false
263
263
  requirements:
@@ -266,7 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  version: '0'
267
267
  segments:
268
268
  - 0
269
- hash: -2537926892357604424
269
+ hash: 3034045627248220320
270
270
  requirements: []
271
271
  rubyforge_project:
272
272
  rubygems_version: 1.8.24