standard_exceptions 0.1.3

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5f0eb2a9f5740b0f942be66cba34e1be7648e75d
4
+ data.tar.gz: 7d9cdabd15673bca3f1f0284fab0dbf51f8a81a4
5
+ SHA512:
6
+ metadata.gz: ae4511fff4afb3f5266d595ed3663ad3fcd68da4e0fdc2832dacbb92dc977abd788a2efada3411b3a0e229f56177db0732a379449738d1b61e56fe2f6cc0bd8b
7
+ data.tar.gz: 79956d11a1314a115d6165c07219f64c3243b9b18b920045065906891f5753bab89f318a3c4ce1fd7cd0b4a349435fb3aad5828c8e22db639aec565b54946ed0
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /standard_exceptions.iml
2
+ /.idea
3
+ /.bundle/
4
+ /.yardoc
5
+ /Gemfile.lock
6
+ /_yardoc/
7
+ /coverage/
8
+ /doc/
9
+ /pkg/
10
+ /spec/reports/
11
+ /tmp/
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ standard_exceptions
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="CompilerConfiguration">
4
+ <option name="DEFAULT_COMPILER" value="Javac" />
5
+ <resourceExtensions />
6
+ <wildcardResourcePatterns>
7
+ <entry name="!?*.java" />
8
+ <entry name="!?*.form" />
9
+ <entry name="!?*.class" />
10
+ <entry name="!?*.groovy" />
11
+ <entry name="!?*.scala" />
12
+ <entry name="!?*.flex" />
13
+ <entry name="!?*.kt" />
14
+ <entry name="!?*.clj" />
15
+ <entry name="!?*.aj" />
16
+ </wildcardResourcePatterns>
17
+ <annotationProcessing>
18
+ <profile default="true" name="Default" enabled="false">
19
+ <processorPath useClasspath="true" />
20
+ </profile>
21
+ </annotationProcessing>
22
+ </component>
23
+ </project>
@@ -0,0 +1,3 @@
1
+ <component name="CopyrightManager">
2
+ <settings default="" />
3
+ </component>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding">
4
+ <file url="PROJECT" charset="UTF-8" />
5
+ </component>
6
+ </project>
data/.idea/misc.xml ADDED
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="MavenImportPreferences">
4
+ <option name="generalSettings">
5
+ <MavenGeneralSettings>
6
+ <option name="mavenHome" value="Bundled (Maven 3)" />
7
+ </MavenGeneralSettings>
8
+ </option>
9
+ </component>
10
+ <component name="ProjectLevelVcsManager" settingsEditedManually="false">
11
+ <OptionsSetting value="true" id="Add" />
12
+ <OptionsSetting value="true" id="Remove" />
13
+ <OptionsSetting value="true" id="Checkout" />
14
+ <OptionsSetting value="true" id="Update" />
15
+ <OptionsSetting value="true" id="Status" />
16
+ <OptionsSetting value="true" id="Edit" />
17
+ <ConfirmationsSetting value="0" id="Add" />
18
+ <ConfirmationsSetting value="0" id="Remove" />
19
+ </component>
20
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="RVM: ruby-2.2.5" project-jdk-type="RUBY_SDK">
21
+ <output url="file://$PROJECT_DIR$/out" />
22
+ </component>
23
+ <component name="masterDetails">
24
+ <states>
25
+ <state key="ProjectJDKs.UI">
26
+ <settings>
27
+ <last-edited>1.7</last-edited>
28
+ <splitter-proportions>
29
+ <option name="proportions">
30
+ <list>
31
+ <option value="0.42" />
32
+ </list>
33
+ </option>
34
+ </splitter-proportions>
35
+ </settings>
36
+ </state>
37
+ </states>
38
+ </component>
39
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/standard_exceptions.iml" filepath="$PROJECT_DIR$/standard_exceptions.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>