forgitter 0.0.10 → 0.0.11
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 +4 -4
- data/.ruby-version +1 -0
- data/data/custom/vagrant/Extras.gitignore +1 -0
- data/data/custom/vagrant/Vagrant.gitignore +1 -0
- data/data/github/D.gitignore +4 -0
- data/data/github/Global/Bazaar.gitignore +2 -0
- data/data/github/VisualStudio.gitignore +1 -0
- data/forgitter.gemspec +1 -1
- data/lib/forgitter/version.rb +1 -1
- metadata +7 -17
- data/data/cloudspace/android/Android.gitignore +0 -40
- data/data/cloudspace/android/Eclipse.gitignore +0 -51
- data/data/cloudspace/android/OSX.gitignore +0 -25
- data/data/cloudspace/ios/OSX.gitignore +0 -25
- data/data/cloudspace/ios/Objective-C.gitignore +0 -60
- data/data/cloudspace/ios/Xcode.gitignore +0 -23
- data/data/cloudspace/javascript/ChefCookbook.gitignore +0 -9
- data/data/cloudspace/javascript/Linux.gitignore +0 -10
- data/data/cloudspace/javascript/Node.gitignore +0 -37
- data/data/cloudspace/javascript/Yeoman.gitignore +0 -6
- data/data/cloudspace/rails/ChefCookbook.gitignore +0 -9
- data/data/cloudspace/rails/Linux.gitignore +0 -10
- data/data/cloudspace/rails/Rails.gitignore +0 -42
- data/data/cloudspace/rails/Ruby.gitignore +0 -50
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c256d34360fd06b3cbd2acb1e77c16dd7b3be56a
|
|
4
|
+
data.tar.gz: 7dce11f9dca15fc0482bc2b56e6cad549a435a48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95b8df331e5194a46e2dfc7a4b1a215bc7e20e9b9b921f9f7c57646c071146f5dbf3f6b9045187ccce0a497f75e15a4b82cba8241cd9eeb296ea2aed052ca452
|
|
7
|
+
data.tar.gz: 9b524df5564ffc9faeaad1734f188f846fc1d5695ab297e9bf453f7a4a01a5e7fd31cbe81a254808627a08f58d6825127c55b38702c268aa6eb7795ac3fba524
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ruby-2.1.5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*.box
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.vagrant/
|
data/data/github/D.gitignore
CHANGED
data/forgitter.gemspec
CHANGED
data/lib/forgitter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forgitter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Dunson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-06-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -40,7 +40,7 @@ dependencies:
|
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
|
-
name:
|
|
43
|
+
name: pry-byebug
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
46
|
- - ">="
|
|
@@ -65,25 +65,14 @@ extra_rdoc_files: []
|
|
|
65
65
|
files:
|
|
66
66
|
- ".gitignore"
|
|
67
67
|
- ".gitmodules"
|
|
68
|
+
- ".ruby-version"
|
|
68
69
|
- Gemfile
|
|
69
70
|
- LICENSE
|
|
70
71
|
- README.md
|
|
71
72
|
- Rakefile
|
|
72
73
|
- bin/forgitter
|
|
73
|
-
- data/
|
|
74
|
-
- data/
|
|
75
|
-
- data/cloudspace/android/OSX.gitignore
|
|
76
|
-
- data/cloudspace/ios/OSX.gitignore
|
|
77
|
-
- data/cloudspace/ios/Objective-C.gitignore
|
|
78
|
-
- data/cloudspace/ios/Xcode.gitignore
|
|
79
|
-
- data/cloudspace/javascript/ChefCookbook.gitignore
|
|
80
|
-
- data/cloudspace/javascript/Linux.gitignore
|
|
81
|
-
- data/cloudspace/javascript/Node.gitignore
|
|
82
|
-
- data/cloudspace/javascript/Yeoman.gitignore
|
|
83
|
-
- data/cloudspace/rails/ChefCookbook.gitignore
|
|
84
|
-
- data/cloudspace/rails/Linux.gitignore
|
|
85
|
-
- data/cloudspace/rails/Rails.gitignore
|
|
86
|
-
- data/cloudspace/rails/Ruby.gitignore
|
|
74
|
+
- data/custom/vagrant/Extras.gitignore
|
|
75
|
+
- data/custom/vagrant/Vagrant.gitignore
|
|
87
76
|
- data/github/.github/PULL_REQUEST_TEMPLATE.md
|
|
88
77
|
- data/github/Actionscript.gitignore
|
|
89
78
|
- data/github/Ada.gitignore
|
|
@@ -131,6 +120,7 @@ files:
|
|
|
131
120
|
- data/github/GitBook.gitignore
|
|
132
121
|
- data/github/Global/Anjuta.gitignore
|
|
133
122
|
- data/github/Global/Archives.gitignore
|
|
123
|
+
- data/github/Global/Bazaar.gitignore
|
|
134
124
|
- data/github/Global/BricxCC.gitignore
|
|
135
125
|
- data/github/Global/CVS.gitignore
|
|
136
126
|
- data/github/Global/Calabash.gitignore
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Built application files
|
|
2
|
-
*.apk
|
|
3
|
-
*.ap_
|
|
4
|
-
|
|
5
|
-
# Files for the ART/Dalvik VM
|
|
6
|
-
*.dex
|
|
7
|
-
|
|
8
|
-
# Java class files
|
|
9
|
-
*.class
|
|
10
|
-
|
|
11
|
-
# Generated files
|
|
12
|
-
bin/
|
|
13
|
-
gen/
|
|
14
|
-
out/
|
|
15
|
-
|
|
16
|
-
# Gradle files
|
|
17
|
-
.gradle/
|
|
18
|
-
build/
|
|
19
|
-
|
|
20
|
-
# Local configuration file (sdk path, etc)
|
|
21
|
-
local.properties
|
|
22
|
-
|
|
23
|
-
# Proguard folder generated by Eclipse
|
|
24
|
-
proguard/
|
|
25
|
-
|
|
26
|
-
# Log Files
|
|
27
|
-
*.log
|
|
28
|
-
|
|
29
|
-
# Android Studio Navigation editor temp files
|
|
30
|
-
.navigation/
|
|
31
|
-
|
|
32
|
-
# Android Studio captures folder
|
|
33
|
-
captures/
|
|
34
|
-
|
|
35
|
-
# Intellij
|
|
36
|
-
*.iml
|
|
37
|
-
.idea/workspace.xml
|
|
38
|
-
|
|
39
|
-
# Keystore files
|
|
40
|
-
*.jks
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
.metadata
|
|
3
|
-
bin/
|
|
4
|
-
tmp/
|
|
5
|
-
*.tmp
|
|
6
|
-
*.bak
|
|
7
|
-
*.swp
|
|
8
|
-
*~.nib
|
|
9
|
-
local.properties
|
|
10
|
-
.settings/
|
|
11
|
-
.loadpath
|
|
12
|
-
.recommenders
|
|
13
|
-
|
|
14
|
-
# Eclipse Core
|
|
15
|
-
.project
|
|
16
|
-
|
|
17
|
-
# External tool builders
|
|
18
|
-
.externalToolBuilders/
|
|
19
|
-
|
|
20
|
-
# Locally stored "Eclipse launch configurations"
|
|
21
|
-
*.launch
|
|
22
|
-
|
|
23
|
-
# PyDev specific (Python IDE for Eclipse)
|
|
24
|
-
*.pydevproject
|
|
25
|
-
|
|
26
|
-
# CDT-specific (C/C++ Development Tooling)
|
|
27
|
-
.cproject
|
|
28
|
-
|
|
29
|
-
# JDT-specific (Eclipse Java Development Tools)
|
|
30
|
-
.classpath
|
|
31
|
-
|
|
32
|
-
# Java annotation processor (APT)
|
|
33
|
-
.factorypath
|
|
34
|
-
|
|
35
|
-
# PDT-specific (PHP Development Tools)
|
|
36
|
-
.buildpath
|
|
37
|
-
|
|
38
|
-
# sbteclipse plugin
|
|
39
|
-
.target
|
|
40
|
-
|
|
41
|
-
# Tern plugin
|
|
42
|
-
.tern-project
|
|
43
|
-
|
|
44
|
-
# TeXlipse plugin
|
|
45
|
-
.texlipse
|
|
46
|
-
|
|
47
|
-
# STS (Spring Tool Suite)
|
|
48
|
-
.springBeans
|
|
49
|
-
|
|
50
|
-
# Code Recommenders
|
|
51
|
-
.recommenders/
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
*.DS_Store
|
|
2
|
-
.AppleDouble
|
|
3
|
-
.LSOverride
|
|
4
|
-
|
|
5
|
-
# Icon must end with two \r
|
|
6
|
-
Icon
|
|
7
|
-
|
|
8
|
-
# Thumbnails
|
|
9
|
-
._*
|
|
10
|
-
|
|
11
|
-
# Files that might appear in the root of a volume
|
|
12
|
-
.DocumentRevisions-V100
|
|
13
|
-
.fseventsd
|
|
14
|
-
.Spotlight-V100
|
|
15
|
-
.TemporaryItems
|
|
16
|
-
.Trashes
|
|
17
|
-
.VolumeIcon.icns
|
|
18
|
-
.com.apple.timemachine.donotpresent
|
|
19
|
-
|
|
20
|
-
# Directories potentially created on remote AFP share
|
|
21
|
-
.AppleDB
|
|
22
|
-
.AppleDesktop
|
|
23
|
-
Network Trash Folder
|
|
24
|
-
Temporary Items
|
|
25
|
-
.apdisk
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
*.DS_Store
|
|
2
|
-
.AppleDouble
|
|
3
|
-
.LSOverride
|
|
4
|
-
|
|
5
|
-
# Icon must end with two \r
|
|
6
|
-
Icon
|
|
7
|
-
|
|
8
|
-
# Thumbnails
|
|
9
|
-
._*
|
|
10
|
-
|
|
11
|
-
# Files that might appear in the root of a volume
|
|
12
|
-
.DocumentRevisions-V100
|
|
13
|
-
.fseventsd
|
|
14
|
-
.Spotlight-V100
|
|
15
|
-
.TemporaryItems
|
|
16
|
-
.Trashes
|
|
17
|
-
.VolumeIcon.icns
|
|
18
|
-
.com.apple.timemachine.donotpresent
|
|
19
|
-
|
|
20
|
-
# Directories potentially created on remote AFP share
|
|
21
|
-
.AppleDB
|
|
22
|
-
.AppleDesktop
|
|
23
|
-
Network Trash Folder
|
|
24
|
-
Temporary Items
|
|
25
|
-
.apdisk
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Xcode
|
|
2
|
-
#
|
|
3
|
-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
4
|
-
|
|
5
|
-
## Build generated
|
|
6
|
-
build/
|
|
7
|
-
DerivedData/
|
|
8
|
-
|
|
9
|
-
## Various settings
|
|
10
|
-
*.pbxuser
|
|
11
|
-
!default.pbxuser
|
|
12
|
-
*.mode1v3
|
|
13
|
-
!default.mode1v3
|
|
14
|
-
*.mode2v3
|
|
15
|
-
!default.mode2v3
|
|
16
|
-
*.perspectivev3
|
|
17
|
-
!default.perspectivev3
|
|
18
|
-
xcuserdata/
|
|
19
|
-
|
|
20
|
-
## Other
|
|
21
|
-
*.moved-aside
|
|
22
|
-
*.xcuserstate
|
|
23
|
-
|
|
24
|
-
## Obj-C/Swift specific
|
|
25
|
-
*.hmap
|
|
26
|
-
*.ipa
|
|
27
|
-
*.dSYM.zip
|
|
28
|
-
*.dSYM
|
|
29
|
-
|
|
30
|
-
# CocoaPods
|
|
31
|
-
#
|
|
32
|
-
# We recommend against adding the Pods directory to your .gitignore. However
|
|
33
|
-
# you should judge for yourself, the pros and cons are mentioned at:
|
|
34
|
-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
35
|
-
#
|
|
36
|
-
# Pods/
|
|
37
|
-
|
|
38
|
-
# Carthage
|
|
39
|
-
#
|
|
40
|
-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
41
|
-
# Carthage/Checkouts
|
|
42
|
-
|
|
43
|
-
Carthage/Build
|
|
44
|
-
|
|
45
|
-
# fastlane
|
|
46
|
-
#
|
|
47
|
-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
|
48
|
-
# screenshots whenever they are needed.
|
|
49
|
-
# For more information about the recommended setup visit:
|
|
50
|
-
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
|
|
51
|
-
|
|
52
|
-
fastlane/report.xml
|
|
53
|
-
fastlane/screenshots
|
|
54
|
-
|
|
55
|
-
#Code Injection
|
|
56
|
-
#
|
|
57
|
-
# After new code Injection tools there's a generated folder /iOSInjectionProject
|
|
58
|
-
# https://github.com/johnno1962/injectionforxcode
|
|
59
|
-
|
|
60
|
-
iOSInjectionProject/
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Xcode
|
|
2
|
-
#
|
|
3
|
-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
4
|
-
|
|
5
|
-
## Build generated
|
|
6
|
-
build/
|
|
7
|
-
DerivedData/
|
|
8
|
-
|
|
9
|
-
## Various settings
|
|
10
|
-
*.pbxuser
|
|
11
|
-
!default.pbxuser
|
|
12
|
-
*.mode1v3
|
|
13
|
-
!default.mode1v3
|
|
14
|
-
*.mode2v3
|
|
15
|
-
!default.mode2v3
|
|
16
|
-
*.perspectivev3
|
|
17
|
-
!default.perspectivev3
|
|
18
|
-
xcuserdata/
|
|
19
|
-
|
|
20
|
-
## Other
|
|
21
|
-
*.moved-aside
|
|
22
|
-
*.xccheckout
|
|
23
|
-
*.xcscmblueprint
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Logs
|
|
2
|
-
logs
|
|
3
|
-
*.log
|
|
4
|
-
npm-debug.log*
|
|
5
|
-
|
|
6
|
-
# Runtime data
|
|
7
|
-
pids
|
|
8
|
-
*.pid
|
|
9
|
-
*.seed
|
|
10
|
-
|
|
11
|
-
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
12
|
-
lib-cov
|
|
13
|
-
|
|
14
|
-
# Coverage directory used by tools like istanbul
|
|
15
|
-
coverage
|
|
16
|
-
|
|
17
|
-
# nyc test coverage
|
|
18
|
-
.nyc_output
|
|
19
|
-
|
|
20
|
-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
21
|
-
.grunt
|
|
22
|
-
|
|
23
|
-
# node-waf configuration
|
|
24
|
-
.lock-wscript
|
|
25
|
-
|
|
26
|
-
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
27
|
-
build/Release
|
|
28
|
-
|
|
29
|
-
# Dependency directories
|
|
30
|
-
node_modules
|
|
31
|
-
jspm_packages
|
|
32
|
-
|
|
33
|
-
# Optional npm cache directory
|
|
34
|
-
.npm
|
|
35
|
-
|
|
36
|
-
# Optional REPL history
|
|
37
|
-
.node_repl_history
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
*.rbc
|
|
2
|
-
capybara-*.html
|
|
3
|
-
.rspec
|
|
4
|
-
/log
|
|
5
|
-
/tmp
|
|
6
|
-
/db/*.sqlite3
|
|
7
|
-
/db/*.sqlite3-journal
|
|
8
|
-
/public/system
|
|
9
|
-
/coverage/
|
|
10
|
-
/spec/tmp
|
|
11
|
-
**.orig
|
|
12
|
-
rerun.txt
|
|
13
|
-
pickle-email-*.html
|
|
14
|
-
|
|
15
|
-
# TODO Comment out these rules if you are OK with secrets being uploaded to the repo
|
|
16
|
-
config/initializers/secret_token.rb
|
|
17
|
-
config/secrets.yml
|
|
18
|
-
|
|
19
|
-
# dotenv
|
|
20
|
-
# TODO Comment out this rule if environment variables can be committed
|
|
21
|
-
.env
|
|
22
|
-
|
|
23
|
-
## Environment normalization:
|
|
24
|
-
/.bundle
|
|
25
|
-
/vendor/bundle
|
|
26
|
-
|
|
27
|
-
# these should all be checked in to normalize the environment:
|
|
28
|
-
# Gemfile.lock, .ruby-version, .ruby-gemset
|
|
29
|
-
|
|
30
|
-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
31
|
-
.rvmrc
|
|
32
|
-
|
|
33
|
-
# if using bower-rails ignore default bower_components path bower.json files
|
|
34
|
-
/vendor/assets/bower_components
|
|
35
|
-
*.bowerrc
|
|
36
|
-
bower.json
|
|
37
|
-
|
|
38
|
-
# Ignore pow environment settings
|
|
39
|
-
.powenv
|
|
40
|
-
|
|
41
|
-
# Ignore Byebug command history file.
|
|
42
|
-
.byebug_history
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
*.gem
|
|
2
|
-
*.rbc
|
|
3
|
-
/.config
|
|
4
|
-
/coverage/
|
|
5
|
-
/InstalledFiles
|
|
6
|
-
/pkg/
|
|
7
|
-
/spec/reports/
|
|
8
|
-
/spec/examples.txt
|
|
9
|
-
/test/tmp/
|
|
10
|
-
/test/version_tmp/
|
|
11
|
-
/tmp/
|
|
12
|
-
|
|
13
|
-
# Used by dotenv library to load environment variables.
|
|
14
|
-
# .env
|
|
15
|
-
|
|
16
|
-
## Specific to RubyMotion:
|
|
17
|
-
.dat*
|
|
18
|
-
.repl_history
|
|
19
|
-
build/
|
|
20
|
-
*.bridgesupport
|
|
21
|
-
build-iPhoneOS/
|
|
22
|
-
build-iPhoneSimulator/
|
|
23
|
-
|
|
24
|
-
## Specific to RubyMotion (use of CocoaPods):
|
|
25
|
-
#
|
|
26
|
-
# We recommend against adding the Pods directory to your .gitignore. However
|
|
27
|
-
# you should judge for yourself, the pros and cons are mentioned at:
|
|
28
|
-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
29
|
-
#
|
|
30
|
-
# vendor/Pods/
|
|
31
|
-
|
|
32
|
-
## Documentation cache and generated files:
|
|
33
|
-
/.yardoc/
|
|
34
|
-
/_yardoc/
|
|
35
|
-
/doc/
|
|
36
|
-
/rdoc/
|
|
37
|
-
|
|
38
|
-
## Environment normalization:
|
|
39
|
-
/.bundle/
|
|
40
|
-
/vendor/bundle
|
|
41
|
-
/lib/bundler/man/
|
|
42
|
-
|
|
43
|
-
# for a library or gem, you might want to ignore these files since the code is
|
|
44
|
-
# intended to run in multiple environments; otherwise, check them in:
|
|
45
|
-
# Gemfile.lock
|
|
46
|
-
# .ruby-version
|
|
47
|
-
# .ruby-gemset
|
|
48
|
-
|
|
49
|
-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
50
|
-
.rvmrc
|