remexify 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 403c4c545dd2c647cffc94577a461f48e0f89cfd
4
+ data.tar.gz: c9777eddd7e6d49304cc07951e4af5ad8e79fbae
5
+ SHA512:
6
+ metadata.gz: 8933a09f410b1d00496d270274c07ff8800152c82c45b0f68c2c06c06f08518b3a8e8f2641f386ef1a3df0dbc04550c951d68feac9f373f15109f74487c0fa38
7
+ data.tar.gz: 15238cac897c84ffef86d7c020b4705659ec0a81e0d02bbb02fc60631253a89db94f60ce2ff85b4af47cbd774730370372547fa471827b2928c1ace8b59df916
data/.gitignore ADDED
@@ -0,0 +1,23 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
23
+ .gitignore
data/.idea/.name ADDED
@@ -0,0 +1 @@
1
+ remexify
data/.idea/.rakeTasks ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build remexify-0.0.1.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Build and install remexify-0.0.1.gem into system gems" fullCmd="install" taksId="install" /><RakeTask description="Create tag v0.0.1 and build and push remexify-0.0.1.gem to Rubygems" fullCmd="release" taksId="release" /></RakeGroup></Settings>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
4
+ </project>
5
+
data/.idea/misc.xml ADDED
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="rbenv: 1.9.3-p194" project-jdk-type="RUBY_SDK" />
4
+ </project>
5
+
data/.idea/modules.xml ADDED
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/remexify.iml" filepath="$PROJECT_DIR$/.idea/remexify.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
9
+
@@ -0,0 +1,48 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="FacetManager">
4
+ <facet type="gem" name="Gem">
5
+ <configuration>
6
+ <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
7
+ <option name="GEM_APP_TEST_PATH" value="" />
8
+ <option name="GEM_APP_LIB_PATH" value="" />
9
+ </configuration>
10
+ </facet>
11
+ </component>
12
+ <component name="NewModuleRootManager">
13
+ <content url="file://$MODULE_DIR$" />
14
+ <orderEntry type="jdk" jdkName="rbenv: 2.1.1" jdkType="RUBY_SDK" />
15
+ <orderEntry type="sourceFolder" forTests="false" />
16
+ <orderEntry type="library" scope="PROVIDED" name="actionmailer (v3.2.19, rbenv: 2.1.1) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="actionpack (v3.2.19, rbenv: 2.1.1) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="activemodel (v3.2.19, rbenv: 2.1.1) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="activerecord (v3.2.19, rbenv: 2.1.1) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="activeresource (v3.2.19, rbenv: 2.1.1) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="activesupport (v4.1.5, rbenv: 2.1.1) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="arel (v3.0.3, rbenv: 2.1.1) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="builder (v3.0.4, rbenv: 2.1.1) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, rbenv: 2.1.1) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="erubis (v2.7.0, rbenv: 2.1.1) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="hike (v1.2.3, rbenv: 2.1.1) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="i18n (v0.6.11, rbenv: 2.1.1) [gem]" level="application" />
28
+ <orderEntry type="library" scope="PROVIDED" name="journey (v1.0.4, rbenv: 2.1.1) [gem]" level="application" />
29
+ <orderEntry type="library" scope="PROVIDED" name="mail (v2.5.4, rbenv: 2.1.1) [gem]" level="application" />
30
+ <orderEntry type="library" scope="PROVIDED" name="mime-types (v1.25.1, rbenv: 2.1.1) [gem]" level="application" />
31
+ <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, rbenv: 2.1.1) [gem]" level="application" />
32
+ <orderEntry type="library" scope="PROVIDED" name="polyglot (v0.3.5, rbenv: 2.1.1) [gem]" level="application" />
33
+ <orderEntry type="library" scope="PROVIDED" name="rack (v1.4.5, rbenv: 2.1.1) [gem]" level="application" />
34
+ <orderEntry type="library" scope="PROVIDED" name="rack-cache (v1.2, rbenv: 2.1.1) [gem]" level="application" />
35
+ <orderEntry type="library" scope="PROVIDED" name="rack-ssl (v1.3.4, rbenv: 2.1.1) [gem]" level="application" />
36
+ <orderEntry type="library" scope="PROVIDED" name="rack-test (v0.6.2, rbenv: 2.1.1) [gem]" level="application" />
37
+ <orderEntry type="library" scope="PROVIDED" name="rails (v3.2.19, rbenv: 2.1.1) [gem]" level="application" />
38
+ <orderEntry type="library" scope="PROVIDED" name="railties (v4.1.5, rbenv: 2.1.1) [gem]" level="application" />
39
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, rbenv: 2.1.1) [gem]" level="application" />
40
+ <orderEntry type="library" scope="PROVIDED" name="rdoc (v3.12.2, rbenv: 2.1.1) [gem]" level="application" />
41
+ <orderEntry type="library" scope="PROVIDED" name="sprockets (v2.2.2, rbenv: 2.1.1) [gem]" level="application" />
42
+ <orderEntry type="library" scope="PROVIDED" name="thor (v0.19.1, rbenv: 2.1.1) [gem]" level="application" />
43
+ <orderEntry type="library" scope="PROVIDED" name="tilt (v1.4.1, rbenv: 2.1.1) [gem]" level="application" />
44
+ <orderEntry type="library" scope="PROVIDED" name="treetop (v1.4.15, rbenv: 2.1.1) [gem]" level="application" />
45
+ <orderEntry type="library" scope="PROVIDED" name="tzinfo (v0.3.41, rbenv: 2.1.1) [gem]" level="application" />
46
+ </component>
47
+ </module>
48
+
@@ -0,0 +1,5 @@
1
+ <component name="DependencyValidationManager">
2
+ <state>
3
+ <option name="SKIP_IMPORT_STATEMENTS" value="false" />
4
+ </state>
5
+ </component>
data/.idea/vcs.xml ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="" />
5
+ </component>
6
+ </project>
7
+