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 CHANGED
@@ -1,2 +1,55 @@
1
- Gemfile.lock
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>http://www.w3.org/1999/xhtml</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
 
@@ -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.5, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.1.3, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
13
- <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.5.5, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
14
- <orderEntry type="library" scope="PROVIDED" name="rake (v0.9.2.2, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="rspec (v2.11.0, RVM: ruby-1.9.3-p194 [trust_parser]) [gem]" level="application" />
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