sfdcutil 0.0.8 → 0.0.9
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 +55 -2
- data/.idea/.rakeTasks +1 -1
- data/.idea/misc.xml +5 -2
- data/.idea/trust_parser.iml +5 -8
- data/.idea/workspace.xml +310 -155
- data/.rvmrc +1 -1
- data/.travis.yml +11 -0
- data/Gemfile +2 -2
- data/Gemfile.lock +78 -0
- data/{LICENSE → LICENSE.md} +0 -0
- data/README.md +98 -70
- data/Rakefile +34 -5
- data/VERSIONS.md +13 -0
- data/bin/bash_completion.sh +16 -0
- data/bin/sfdcutil +2 -93
- data/bundler_stubs/autospec +16 -0
- data/bundler_stubs/cucumber +16 -0
- data/bundler_stubs/decolor +16 -0
- data/bundler_stubs/htmldiff +16 -0
- data/bundler_stubs/ldiff +16 -0
- data/bundler_stubs/minitar +16 -0
- data/bundler_stubs/nokogiri +16 -0
- data/bundler_stubs/rake +16 -0
- data/bundler_stubs/rake2thor +16 -0
- data/bundler_stubs/rdebug +16 -0
- data/bundler_stubs/rspec +16 -0
- data/bundler_stubs/sfdcutil +16 -0
- data/bundler_stubs/thor +16 -0
- data/bundler_stubs/travis-lint +16 -0
- data/features/sfdcutil/status.feature +102 -0
- data/features/support/setup.rb +1 -0
- data/lib/sfdcutil/cli.rb +100 -0
- data/lib/sfdcutil/version.rb +1 -1
- data/sfdcutil.gemspec +40 -0
- metadata +162 -5
- data/sfdctrust.gemspec +0 -25
data/.gitignore
CHANGED
@@ -1,2 +1,55 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
# Bundler command stubs
|
2
|
+
bundler_stubs
|
3
|
+
|
4
|
+
# Bundler Packages
|
5
|
+
pkg
|
6
|
+
|
7
|
+
# rcov generated
|
8
|
+
coverage
|
9
|
+
coverage.data
|
10
|
+
|
11
|
+
# rdoc generated
|
12
|
+
rdoc
|
13
|
+
|
14
|
+
# yard generated
|
15
|
+
doc
|
16
|
+
.yardoc
|
17
|
+
|
18
|
+
# bundler
|
19
|
+
.bundle
|
20
|
+
|
21
|
+
# jeweler generated
|
22
|
+
pkg
|
23
|
+
|
24
|
+
# Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
|
25
|
+
#
|
26
|
+
# * Create a file at ~/.gitignore
|
27
|
+
# * Include files you want ignored
|
28
|
+
# * Run: git config --global core.excludesfile ~/.gitignore
|
29
|
+
#
|
30
|
+
# After doing this, these files will be ignored in all your git projects,
|
31
|
+
# saving you from having to 'pollute' every project you touch with them
|
32
|
+
#
|
33
|
+
# Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
|
34
|
+
#
|
35
|
+
# For MacOS:
|
36
|
+
#
|
37
|
+
.DS_Store
|
38
|
+
|
39
|
+
# For TextMate
|
40
|
+
#*.tmproj
|
41
|
+
#tmtags
|
42
|
+
|
43
|
+
# For emacs:
|
44
|
+
*~
|
45
|
+
\#*
|
46
|
+
.\#*
|
47
|
+
|
48
|
+
# For vim:
|
49
|
+
*.swp
|
50
|
+
|
51
|
+
# For redcar:
|
52
|
+
#.redcar
|
53
|
+
|
54
|
+
# For rubinius:
|
55
|
+
#*.rbc
|
data/.idea/.rakeTasks
CHANGED
@@ -4,4 +4,4 @@ You are allowed to:
|
|
4
4
|
1. Remove rake task
|
5
5
|
2. Add existing rake tasks
|
6
6
|
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
-
--><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build sfdcutil-0.0.9.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove RDoc HTML files" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="sfdcutil" fullCmd="features" taksId="features" /><RakeTask description="Build and install sfdcutil-0.0.9.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Build RDoc HTML files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Create tag v0.0.9 and build and push sfdcutil-0.0.9.gem to Rubygems" fullCmd="release" taksId="release" /><RakeTask description="Rebuild RDoc HTML files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run RSpec code examples" fullCmd="spec" taksId="spec" /><RakeTask description="Testing travis config" fullCmd="travis" taksId="travis" /><RakeTask description="" fullCmd="clobber" taksId="clobber" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /><RakeTask description="" fullCmd="test" taksId="test" /></RakeGroup></Settings>
|
data/.idea/misc.xml
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ProjectResources">
|
4
|
-
<default-html-doctype
|
4
|
+
<default-html-doctype>$APPLICATION_HOME_DIR$/lib/rubymine.jar!/resources/html5-schema/html5.rnc</default-html-doctype>
|
5
|
+
</component>
|
6
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [sfdcutil]" project-jdk-type="RUBY_SDK" />
|
7
|
+
<component name="TaskProjectConfiguration">
|
8
|
+
<server type="GitHub" url="https://github.com" />
|
5
9
|
</component>
|
6
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p194 [trust_parser]" project-jdk-type="RUBY_SDK" />
|
7
10
|
</project>
|
8
11
|
|
data/.idea/trust_parser.iml
CHANGED
@@ -8,14 +8,11 @@
|
|
8
8
|
</content>
|
9
9
|
<orderEntry type="inheritedJdk" />
|
10
10
|
<orderEntry type="sourceFolder" forTests="false" />
|
11
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.1
|
12
|
-
|
13
|
-
|
14
|
-
<
|
15
|
-
<
|
16
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.11.1, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
|
17
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.11.2, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
|
18
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.11.1, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.2.1, RVM: ruby-1.9.3-p194 [sfdcutil]) [gem]" level="application" />
|
12
|
+
</component>
|
13
|
+
<component name="RModuleSettingsStorage">
|
14
|
+
<LOAD_PATH number="1" string0="$MODULE_DIR$/lib" />
|
15
|
+
<I18N_FOLDERS number="0" />
|
19
16
|
</component>
|
20
17
|
</module>
|
21
18
|
|