postdata 0.1.0
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 +7 -0
- data/.gitignore +35 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/compiler.xml +23 -0
- data/.idea/encodings.xml +6 -0
- data/.idea/inspectionProfiles/Project_Default.xml +555 -0
- data/.idea/inspectionProfiles/profiles_settings.xml +7 -0
- data/.idea/misc.xml +16 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.ruby-version +1 -0
- data/.travis.yml +4 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +22 -0
- data/LICENSE.txt +21 -0
- data/README.md +41 -0
- data/Rakefile +10 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/download.sh +4 -0
- data/exe/postdata +31 -0
- data/lib/postdata/downloader.rb +67 -0
- data/lib/postdata/version.rb +3 -0
- data/lib/postdata.rb +9 -0
- data/postdata.gemspec +33 -0
- data/postdata.iml +38 -0
- metadata +114 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 113ebf578a2e5db18a4353b491a2eea521345d0b
|
4
|
+
data.tar.gz: 1202b0cc8720861b7ef2319bfb135468f8ec6ffe
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fcc8e94870c5d9155e5e2dff470a0c76d4a38bacb66975ab29b442afe712113875dbc5531c33c78d78b879d4717ea6ffee96367af8a149310d083fed2f1e2353
|
7
|
+
data.tar.gz: e66632ad69680c15128d97344e92c39f5e37358535a723ce5a96b806402d5be8fa1358b80ac706a76cfa75d9f54759da1e4c89f8615aa08c8846cf2aff8fc7a9
|
data/.gitignore
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
.bundle
|
2
|
+
db/*.sqlite3
|
3
|
+
log/*.log
|
4
|
+
tmp/
|
5
|
+
.sass-cache/
|
6
|
+
*.rbc
|
7
|
+
*.sassc
|
8
|
+
.sass-cache
|
9
|
+
capybara-*.html
|
10
|
+
.rspec
|
11
|
+
.rvmrc
|
12
|
+
/.bundle
|
13
|
+
/vendor/bundle
|
14
|
+
/log/*
|
15
|
+
/tmp/*
|
16
|
+
/db/*.sqlite3
|
17
|
+
/public/system/*
|
18
|
+
/coverage/
|
19
|
+
/spec/tmp/*
|
20
|
+
**.orig
|
21
|
+
rerun.txt
|
22
|
+
pickle-email-*.html
|
23
|
+
.project
|
24
|
+
/*.sql
|
25
|
+
/pkg/*
|
26
|
+
|
27
|
+
/public/assets/*
|
28
|
+
|
29
|
+
.idea/workspace.xml
|
30
|
+
.idea/tasks.xml
|
31
|
+
|
32
|
+
data/*
|
33
|
+
|
34
|
+
|
35
|
+
|
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
postdata
|
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 postdata-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install postdata-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install postdata-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push postdata-0.1.0.gem to Rubygems" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
|
data/.idea/compiler.xml
ADDED
@@ -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>
|