greentable 0.9.5 → 0.9.7
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 +5 -5
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/howto_publish_gem.md +9 -0
- data/lib/greentable/greentable_table.rb +9 -1
- data/lib/greentable/version.rb +1 -1
- data/test/dummy/.rakeTasks +2 -2
- data/test/greentable_table_test.rb +11 -0
- metadata +6 -36
- data/test/dummy/log/development.log +0 -3308
- data/test/dummy/log/test.log +0 -6539
- data/test/dummy/tmp/cache/assets/C4C/3E0/sprockets%2F316d5a21a3694448e136215cf552c829 +0 -0
- data/test/dummy/tmp/cache/assets/C81/FF0/sprockets%2F839f902c241150aec5ba59751228875d +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DAA/B50/sprockets%2F7e7e12081cd77f6e2a99a61ee35b8cce +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E21/3E0/sprockets%2Ff9530da0d9bbb15351aef3eb378bddbc +0 -0
- data/test/test.iml +0 -33
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/test/test.iml
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
3
|
-
<component name="FacetManager">
|
4
|
-
<facet type="RailsFacetType" name="Ruby on Rails">
|
5
|
-
<configuration>
|
6
|
-
<RAILS_FACET_CONFIG_ID NAME="RAILS_FACET_SUPPORT_REMOVED" VALUE="false" />
|
7
|
-
<RAILS_FACET_CONFIG_ID NAME="RAILS_TESTS_SOURCES_PATCHED" VALUE="true" />
|
8
|
-
<RAILS_FACET_CONFIG_ID NAME="RAILS_FACET_APPLICATION_ROOT" VALUE="$MODULE_DIR$/dummy" />
|
9
|
-
</configuration>
|
10
|
-
</facet>
|
11
|
-
<facet type="gem" name="Gem">
|
12
|
-
<configuration>
|
13
|
-
<option name="GEM_APP_ROOT_PATH" value="" />
|
14
|
-
<option name="GEM_APP_TEST_PATH" value="" />
|
15
|
-
<option name="GEM_APP_LIB_PATH" value="" />
|
16
|
-
</configuration>
|
17
|
-
</facet>
|
18
|
-
</component>
|
19
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
20
|
-
<exclude-output />
|
21
|
-
<content url="file://$MODULE_DIR$">
|
22
|
-
<sourceFolder url="file://$MODULE_DIR$" isTestSource="true" />
|
23
|
-
<excludeFolder url="file://$MODULE_DIR$/dummy/tmp" />
|
24
|
-
</content>
|
25
|
-
<orderEntry type="inheritedJdk" />
|
26
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
27
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-1.9.3-p125 [global]) [gem]" level="application" />
|
28
|
-
</component>
|
29
|
-
<component name="RModuleSettingsStorage">
|
30
|
-
<LOAD_PATH number="0" />
|
31
|
-
<I18N_FOLDERS number="1" string0="$MODULE_DIR$/dummy/config/locales" />
|
32
|
-
</component>
|
33
|
-
</module>
|