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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02c6911dfe5fa057fc4c0c9db8ce91058f33c424
4
- data.tar.gz: 5251fa6997fc435138e9b5b93d5953233246e08e
3
+ metadata.gz: c256d34360fd06b3cbd2acb1e77c16dd7b3be56a
4
+ data.tar.gz: 7dce11f9dca15fc0482bc2b56e6cad549a435a48
5
5
  SHA512:
6
- metadata.gz: 15a8e466ba5fbae031f5feff71881cbe5ca5902d3a345417ee05ab994613d59e3d91be7b63c312ed6455e4a28f008c3e5258726c4284ef47b657fd6c1970dd85
7
- data.tar.gz: 32c891797025f6a30339239dff150f2e67900b12a87289206c02d10ac00a8c00747d120d252e475fabd2148adef50b23d4ef9032d4c8971cb5e25c1a025e93a3
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/
@@ -18,3 +18,7 @@
18
18
  .dub
19
19
  docs.json
20
20
  __dummy.html
21
+ docs/
22
+
23
+ # Code coverage
24
+ *.lst
@@ -0,0 +1,2 @@
1
+ .bzr/
2
+ .bzrignore
@@ -42,6 +42,7 @@ dlldata.c
42
42
 
43
43
  # DNX
44
44
  project.lock.json
45
+ project.fragment.lock.json
45
46
  artifacts/
46
47
 
47
48
  *_i.c
data/forgitter.gemspec CHANGED
@@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
32
32
 
33
33
  spec.add_development_dependency 'bundler', '~> 1.5'
34
34
  spec.add_development_dependency 'rake'
35
- spec.add_development_dependency 'debugger'
35
+ spec.add_development_dependency 'pry-byebug'
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module Forgitter
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
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.10
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-05-26 00:00:00.000000000 Z
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: debugger
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/cloudspace/android/Android.gitignore
74
- - data/cloudspace/android/Eclipse.gitignore
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,9 +0,0 @@
1
- .vagrant
2
- /cookbooks
3
-
4
- # Bundler
5
- bin/*
6
- .bundle/*
7
-
8
- .kitchen/
9
- .kitchen.local.yml
@@ -1,10 +0,0 @@
1
- *~
2
-
3
- # temporary files which can be created if a process still has a handle open of a deleted file
4
- .fuse_hidden*
5
-
6
- # KDE directory preferences
7
- .directory
8
-
9
- # Linux trash folder which might appear on any partition or disk
10
- .Trash-*
@@ -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,6 +0,0 @@
1
- node_modules/
2
- bower_components/
3
- *.log
4
-
5
- build/
6
- dist/
@@ -1,9 +0,0 @@
1
- .vagrant
2
- /cookbooks
3
-
4
- # Bundler
5
- bin/*
6
- .bundle/*
7
-
8
- .kitchen/
9
- .kitchen.local.yml
@@ -1,10 +0,0 @@
1
- *~
2
-
3
- # temporary files which can be created if a process still has a handle open of a deleted file
4
- .fuse_hidden*
5
-
6
- # KDE directory preferences
7
- .directory
8
-
9
- # Linux trash folder which might appear on any partition or disk
10
- .Trash-*
@@ -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