lolzinary 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 +15 -0
- data/.gitignore +38 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +149 -0
- data/LICENSE.txt +21 -0
- data/README.md +70 -0
- data/Rakefile +13 -0
- data/bin/console +14 -0
- data/bin/lolzinary_install +5 -0
- data/bin/setup +8 -0
- data/lib/lolzinary/version.rb +3 -0
- data/lib/lolzinary.rb +12 -0
- data/lib/lolzinary_plugin.rb +56 -0
- data/lolzinary.gemspec +31 -0
- metadata +165 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NDgyMGNkM2RjNDRhZWQyNjYxYjdkNDgyNTFjNGQ2N2Y5NTNjNGU2Yg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
YmE2ODllYTdhYzA4OWE3M2FmZWY3ZDNkZDY4YzAwZDg5NThlZDZlYQ==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
YmMwYjE2M2JkOTI0NjhmOTc5MjgyZGEzMWZhYTI4MTU4ODJkMjcwNTc2MDBl
|
|
10
|
+
YjljMDY5NzVlYjI0NjllNjYzODk4MzQzYmQ2NDIwYzg5MGExMTgzZGRjN2Nl
|
|
11
|
+
MDg4OTk4ZmFkMDA5OTdhYzIwZDNiMDRhZWE5MWVlYjJlNWUyZmE=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NDkxM2U1YWIzOWYzMmFjZWMxZWIzNGFlMzk5NDYzNzA5ZDJjMWJjZDk5OTMy
|
|
14
|
+
ZDg5ODhhNjhkN2VmZWU4ZDg3ZmI1Y2E2N2VjOWNiMjM4NmY1NDlkYjBmNTlm
|
|
15
|
+
MWQwMThkNTU0MzViYjUxNGNiMDBkYTkyOTJlZjYzOGJiYTdjMGM=
|
data/.gitignore
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
*.gem
|
|
2
|
+
*.rbc
|
|
3
|
+
/.config
|
|
4
|
+
/coverage/
|
|
5
|
+
/InstalledFiles
|
|
6
|
+
/pkg/
|
|
7
|
+
/spec/reports/
|
|
8
|
+
/test/tmp/
|
|
9
|
+
/test/version_tmp/
|
|
10
|
+
/tmp/
|
|
11
|
+
|
|
12
|
+
## Specific to RubyMotion:
|
|
13
|
+
.dat*
|
|
14
|
+
.repl_history
|
|
15
|
+
build/
|
|
16
|
+
|
|
17
|
+
## Documentation cache and generated files:
|
|
18
|
+
/.yardoc/
|
|
19
|
+
/_yardoc/
|
|
20
|
+
/doc/
|
|
21
|
+
/rdoc/
|
|
22
|
+
|
|
23
|
+
## Environment normalisation:
|
|
24
|
+
/.bundle/
|
|
25
|
+
/vendor/bundle
|
|
26
|
+
/lib/bundler/man/
|
|
27
|
+
|
|
28
|
+
# for a library or gem, you might want to ignore these files since the code is
|
|
29
|
+
# intended to run in multiple environments; otherwise, check them in:
|
|
30
|
+
# Gemfile.lock
|
|
31
|
+
# .ruby-version
|
|
32
|
+
# .ruby-gemset
|
|
33
|
+
|
|
34
|
+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
35
|
+
.rvmrc
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
/.idea/
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
lolzinary (0.1.0)
|
|
5
|
+
activesupport (~> 4.2, >= 4.2.4)
|
|
6
|
+
cloudinary (~> 1.1)
|
|
7
|
+
lolcommits (~> 0.6.1)
|
|
8
|
+
|
|
9
|
+
GEM
|
|
10
|
+
remote: https://rubygems.org/
|
|
11
|
+
specs:
|
|
12
|
+
activesupport (4.2.4)
|
|
13
|
+
i18n (~> 0.7)
|
|
14
|
+
json (~> 1.7, >= 1.7.7)
|
|
15
|
+
minitest (~> 5.1)
|
|
16
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
|
17
|
+
tzinfo (~> 1.1)
|
|
18
|
+
addressable (2.3.8)
|
|
19
|
+
aws_cf_signer (0.1.3)
|
|
20
|
+
bcrypt (3.1.10)
|
|
21
|
+
bcrypt-ruby (3.1.5)
|
|
22
|
+
bcrypt (>= 3.1.3)
|
|
23
|
+
buftok (0.2.0)
|
|
24
|
+
choice (0.1.7)
|
|
25
|
+
cloudinary (1.1.0)
|
|
26
|
+
aws_cf_signer
|
|
27
|
+
rest-client
|
|
28
|
+
coderay (1.1.0)
|
|
29
|
+
diff-lcs (1.2.5)
|
|
30
|
+
equalizer (0.0.11)
|
|
31
|
+
faraday (0.9.1)
|
|
32
|
+
multipart-post (>= 1.2, < 3)
|
|
33
|
+
faraday_middleware (0.9.2)
|
|
34
|
+
faraday (>= 0.7.4, < 0.10)
|
|
35
|
+
git (1.2.8)
|
|
36
|
+
httmultiparty (0.3.16)
|
|
37
|
+
httparty (>= 0.7.3)
|
|
38
|
+
mimemagic
|
|
39
|
+
multipart-post
|
|
40
|
+
http (0.6.4)
|
|
41
|
+
http_parser.rb (~> 0.6.0)
|
|
42
|
+
http_parser.rb (0.6.0)
|
|
43
|
+
httparty (0.11.0)
|
|
44
|
+
multi_json (~> 1.0)
|
|
45
|
+
multi_xml (>= 0.5.2)
|
|
46
|
+
i18n (0.7.0)
|
|
47
|
+
json (1.8.3)
|
|
48
|
+
launchy (2.4.3)
|
|
49
|
+
addressable (~> 2.3)
|
|
50
|
+
lolcommits (0.6.1)
|
|
51
|
+
choice (~> 0.1.6)
|
|
52
|
+
cloudinary
|
|
53
|
+
git (= 1.2.8)
|
|
54
|
+
httmultiparty (~> 0.3.16)
|
|
55
|
+
httparty (~> 0.11.0)
|
|
56
|
+
json (~> 1.8.1)
|
|
57
|
+
launchy (~> 2.4.3)
|
|
58
|
+
methadone (~> 1.8.0)
|
|
59
|
+
mime-types (~> 1.25)
|
|
60
|
+
mini_magick (~> 3.8.1)
|
|
61
|
+
oauth (~> 0.4.7)
|
|
62
|
+
open4 (~> 1.3.4)
|
|
63
|
+
rest-client (~> 1.6.7)
|
|
64
|
+
tumblr_client (~> 0.8.5)
|
|
65
|
+
twitter (~> 5.13.0)
|
|
66
|
+
yam (~> 2.4.0)
|
|
67
|
+
memoizable (0.4.2)
|
|
68
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
|
69
|
+
methadone (1.8.0)
|
|
70
|
+
bundler
|
|
71
|
+
method_source (0.8.2)
|
|
72
|
+
mime-types (1.25.1)
|
|
73
|
+
mimemagic (0.3.0)
|
|
74
|
+
mini_magick (3.8.1)
|
|
75
|
+
subexec (~> 0.2.1)
|
|
76
|
+
minitest (5.8.0)
|
|
77
|
+
multi_json (1.11.2)
|
|
78
|
+
multi_xml (0.5.5)
|
|
79
|
+
multipart-post (2.0.0)
|
|
80
|
+
naught (1.1.0)
|
|
81
|
+
oauth (0.4.7)
|
|
82
|
+
oauth2-client (2.0.0)
|
|
83
|
+
addressable (~> 2.3)
|
|
84
|
+
bcrypt-ruby (~> 3.0)
|
|
85
|
+
oj (2.12.14)
|
|
86
|
+
open4 (1.3.4)
|
|
87
|
+
pry (0.10.1)
|
|
88
|
+
coderay (~> 1.1.0)
|
|
89
|
+
method_source (~> 0.8.1)
|
|
90
|
+
slop (~> 3.4)
|
|
91
|
+
rake (10.4.2)
|
|
92
|
+
rest-client (1.6.9)
|
|
93
|
+
mime-types (~> 1.16)
|
|
94
|
+
rspec (3.3.0)
|
|
95
|
+
rspec-core (~> 3.3.0)
|
|
96
|
+
rspec-expectations (~> 3.3.0)
|
|
97
|
+
rspec-mocks (~> 3.3.0)
|
|
98
|
+
rspec-core (3.3.1)
|
|
99
|
+
rspec-support (~> 3.3.0)
|
|
100
|
+
rspec-expectations (3.3.1)
|
|
101
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
|
+
rspec-support (~> 3.3.0)
|
|
103
|
+
rspec-mocks (3.3.1)
|
|
104
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
|
+
rspec-support (~> 3.3.0)
|
|
106
|
+
rspec-support (3.3.0)
|
|
107
|
+
simple_oauth (0.3.1)
|
|
108
|
+
slop (3.6.0)
|
|
109
|
+
subexec (0.2.3)
|
|
110
|
+
thread_safe (0.3.5)
|
|
111
|
+
tumblr_client (0.8.5)
|
|
112
|
+
faraday (~> 0.9.0)
|
|
113
|
+
faraday_middleware (~> 0.9.0)
|
|
114
|
+
json
|
|
115
|
+
mime-types
|
|
116
|
+
oauth
|
|
117
|
+
simple_oauth
|
|
118
|
+
twitter (5.13.0)
|
|
119
|
+
addressable (~> 2.3)
|
|
120
|
+
buftok (~> 0.2.0)
|
|
121
|
+
equalizer (~> 0.0.9)
|
|
122
|
+
faraday (~> 0.9.0)
|
|
123
|
+
http (~> 0.6.0)
|
|
124
|
+
http_parser.rb (~> 0.6.0)
|
|
125
|
+
json (~> 1.8)
|
|
126
|
+
memoizable (~> 0.4.0)
|
|
127
|
+
naught (~> 1.0)
|
|
128
|
+
simple_oauth (~> 0.3.0)
|
|
129
|
+
tzinfo (1.2.2)
|
|
130
|
+
thread_safe (~> 0.1)
|
|
131
|
+
yam (2.4.1)
|
|
132
|
+
addressable (~> 2.3)
|
|
133
|
+
multi_json (~> 1.10)
|
|
134
|
+
oauth2-client (~> 2.0)
|
|
135
|
+
oj (~> 2.0)
|
|
136
|
+
rest-client (~> 1.6)
|
|
137
|
+
|
|
138
|
+
PLATFORMS
|
|
139
|
+
ruby
|
|
140
|
+
|
|
141
|
+
DEPENDENCIES
|
|
142
|
+
bundler (~> 1.10)
|
|
143
|
+
lolzinary!
|
|
144
|
+
pry
|
|
145
|
+
rake (~> 10.0)
|
|
146
|
+
rspec
|
|
147
|
+
|
|
148
|
+
BUNDLED WITH
|
|
149
|
+
1.10.6
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015 Sam Peters
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Lolzinary
|
|
2
|
+
|
|
3
|
+
Lolzinary is an extension for the [lolcommits](https://github.com/mroth/lolcommits) gem originally created by Matthew Rothenberg and Matt Hutchinson.
|
|
4
|
+
|
|
5
|
+
Lolzinary gives allows you to upload your lolz straight to Cloudinary after they're captured!
|
|
6
|
+
|
|
7
|
+
Particularly handy if you can't be bothered building somewhere to host your images from scratch, and collating multiple developers' lolcommits in one place.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
Add this line to your application's Gemfile:
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
gem 'lolzinary'
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
And then execute:
|
|
18
|
+
|
|
19
|
+
$ bundle
|
|
20
|
+
|
|
21
|
+
Or install it yourself as:
|
|
22
|
+
|
|
23
|
+
$ gem install lolzinary
|
|
24
|
+
|
|
25
|
+
## Usage
|
|
26
|
+
|
|
27
|
+
Once you've installed Lolzinary, remember to enable lolcommits first in your command line:
|
|
28
|
+
`lolcommits --enable`
|
|
29
|
+
|
|
30
|
+
Then, set up your config for the Lolzinary plugin (it will be disabled by default):
|
|
31
|
+
`lolcommits --config -p lolzinary`
|
|
32
|
+
|
|
33
|
+
(You'll need three things for Lolzinary to upload successfully, your `cloud_name`, `api_key` and `secret`. They can be found in your cloudinary dashboard.)
|
|
34
|
+
More detail can be found in [Cloudinary's Docs](http://cloudinary.com/documentation/api_and_access_identifiers#access_identifiers).
|
|
35
|
+
|
|
36
|
+
Once that's done, develop as usual and let Lolzinary do the work for you!
|
|
37
|
+
|
|
38
|
+
If you'd like to test it straight away, capture a lolcommit with your last commit using `lolcommits --capture` in your command line.
|
|
39
|
+
|
|
40
|
+
### A note on Cloudinary and folders with Lolzinary
|
|
41
|
+
|
|
42
|
+
Lolzinary is setup by default to upload images to a specific path, which looks like:
|
|
43
|
+
`lolcommits/<your_repository_name/<git_sha_id>`
|
|
44
|
+
|
|
45
|
+
To have the image save into a *proper* folder structure, you need to have "auto-create folders" enabled.
|
|
46
|
+
This setting can be found under "Settings > Upload".
|
|
47
|
+
|
|
48
|
+
If you do not have this setting enabled on Cloudinary - the images will be uploaded to your base directory, with the path as the filename instead.
|
|
49
|
+
|
|
50
|
+
*N.B - there is currently no support for custom directory config. If you'd like to have this functionality, feel free to raise a pull request!*
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## Development
|
|
55
|
+
|
|
56
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests (We use RSpec). You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
57
|
+
|
|
58
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
59
|
+
|
|
60
|
+
## Contributing
|
|
61
|
+
|
|
62
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/fairfaxmedia/lolzinary.
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## License
|
|
66
|
+
|
|
67
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+

|
data/Rakefile
ADDED
data/bin/console
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
require "bundler/setup"
|
|
4
|
+
require "lolzinary"
|
|
5
|
+
|
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
+
|
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
+
# require "pry"
|
|
11
|
+
# Pry.start
|
|
12
|
+
|
|
13
|
+
require "irb"
|
|
14
|
+
IRB.start
|
data/bin/setup
ADDED
data/lib/lolzinary.rb
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
require "lolzinary/version"
|
|
2
|
+
require 'pry'
|
|
3
|
+
|
|
4
|
+
module Lolzinary
|
|
5
|
+
def self.install
|
|
6
|
+
source_path = File.expand_path("../lolzinary_plugin.rb", __FILE__)
|
|
7
|
+
plugin_directory = "~/.lolcommits/.plugins"
|
|
8
|
+
FileUtils.mkpath plugin_directory
|
|
9
|
+
FileUtils.cp source_path, plugin_directory
|
|
10
|
+
puts "Lolzinary plugin installed - remember to enable the plugin with \"lolcommits --config -p lolzinary\""
|
|
11
|
+
end
|
|
12
|
+
end
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
|
2
|
+
require 'active_support'
|
|
3
|
+
require 'cloudinary'
|
|
4
|
+
|
|
5
|
+
module Lolcommits
|
|
6
|
+
class Lolzinary < Plugin
|
|
7
|
+
|
|
8
|
+
def initialize(runner)
|
|
9
|
+
super
|
|
10
|
+
options.concat(%w(
|
|
11
|
+
cloud_name
|
|
12
|
+
api_key
|
|
13
|
+
secret
|
|
14
|
+
))
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
def run_postcapture
|
|
18
|
+
return unless valid_configuration?
|
|
19
|
+
|
|
20
|
+
if runner.git_info.repo.empty?
|
|
21
|
+
puts 'Repo is empty, skipping upload'
|
|
22
|
+
else
|
|
23
|
+
debug "Posting capture to Cloudinary!"
|
|
24
|
+
upload = Cloudinary::Uploader.upload(runner.main_image, upload_metadata)
|
|
25
|
+
if upload.present?
|
|
26
|
+
puts "Upload complete! view me at #{upload["secure_url"]}"
|
|
27
|
+
else
|
|
28
|
+
puts "Upload failed. :-("
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def auth_details
|
|
34
|
+
{
|
|
35
|
+
cloud_name: "#{configuration['cloud_name']}",
|
|
36
|
+
api_key: "#{configuration['api_key']}",
|
|
37
|
+
api_secret: "#{configuration['secret']}"
|
|
38
|
+
}
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def upload_metadata
|
|
42
|
+
auth_details.merge!(tags: ["lolcommits", "#{runner.git_info.repo}"],
|
|
43
|
+
context: {caption: "Uploaded by #{runner.git_info.author_name} while working on #{runner.git_info.repo}"},
|
|
44
|
+
folder: "lolcommits/#{runner.git_info.repo}",
|
|
45
|
+
public_id: "#{runner.sha}")
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
def self.name
|
|
49
|
+
'lolzinary'
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def self.runner_order
|
|
53
|
+
:postcapture
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
end
|
data/lolzinary.gemspec
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'lolzinary/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "lolzinary"
|
|
8
|
+
spec.version = Lolzinary::VERSION
|
|
9
|
+
spec.authors = ["Sam Peters"]
|
|
10
|
+
spec.email = ["samantha.peters@fairfaxmedia.com.au", 'sretepmas@gmail.com']
|
|
11
|
+
|
|
12
|
+
spec.summary = "An extension of the lolcommits gem for Cloudinary"
|
|
13
|
+
spec.description = "Lolzinary is an extension to the lolcommits gem, which uploads your images to cloudinary once your lolcommit has been taken."
|
|
14
|
+
spec.homepage = "https://github.com/fairfaxmedia/lolzinary"
|
|
15
|
+
spec.license = "MIT"
|
|
16
|
+
|
|
17
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
|
+
spec.bindir = "bin"
|
|
19
|
+
spec.executables = ["lolzinary_install"]
|
|
20
|
+
spec.require_paths = ["lib"]
|
|
21
|
+
|
|
22
|
+
spec.add_development_dependency "bundler", "~> 1.10"
|
|
23
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
|
24
|
+
spec.add_development_dependency "rspec", "~> 3.3"
|
|
25
|
+
spec.add_development_dependency "pry", "~> 0.10.3"
|
|
26
|
+
|
|
27
|
+
spec.add_runtime_dependency "cloudinary", "~> 1.1"
|
|
28
|
+
spec.add_runtime_dependency "lolcommits", "~> 0.6.1"
|
|
29
|
+
spec.add_runtime_dependency "activesupport", "~> 4.2", ">= 4.2.4"
|
|
30
|
+
|
|
31
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: lolzinary
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Sam Peters
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-10-28 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: bundler
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ~>
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.10'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.10'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ~>
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '10.0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ~>
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '10.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: rspec
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ~>
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '3.3'
|
|
48
|
+
type: :development
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - ~>
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '3.3'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: pry
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - ~>
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 0.10.3
|
|
62
|
+
type: :development
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ~>
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: 0.10.3
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: cloudinary
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ~>
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '1.1'
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ~>
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '1.1'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: lolcommits
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ~>
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: 0.6.1
|
|
90
|
+
type: :runtime
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ~>
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: 0.6.1
|
|
97
|
+
- !ruby/object:Gem::Dependency
|
|
98
|
+
name: activesupport
|
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - ~>
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '4.2'
|
|
104
|
+
- - ! '>='
|
|
105
|
+
- !ruby/object:Gem::Version
|
|
106
|
+
version: 4.2.4
|
|
107
|
+
type: :runtime
|
|
108
|
+
prerelease: false
|
|
109
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
110
|
+
requirements:
|
|
111
|
+
- - ~>
|
|
112
|
+
- !ruby/object:Gem::Version
|
|
113
|
+
version: '4.2'
|
|
114
|
+
- - ! '>='
|
|
115
|
+
- !ruby/object:Gem::Version
|
|
116
|
+
version: 4.2.4
|
|
117
|
+
description: Lolzinary is an extension to the lolcommits gem, which uploads your images
|
|
118
|
+
to cloudinary once your lolcommit has been taken.
|
|
119
|
+
email:
|
|
120
|
+
- samantha.peters@fairfaxmedia.com.au
|
|
121
|
+
- sretepmas@gmail.com
|
|
122
|
+
executables:
|
|
123
|
+
- lolzinary_install
|
|
124
|
+
extensions: []
|
|
125
|
+
extra_rdoc_files: []
|
|
126
|
+
files:
|
|
127
|
+
- .gitignore
|
|
128
|
+
- Gemfile
|
|
129
|
+
- Gemfile.lock
|
|
130
|
+
- LICENSE.txt
|
|
131
|
+
- README.md
|
|
132
|
+
- Rakefile
|
|
133
|
+
- bin/console
|
|
134
|
+
- bin/lolzinary_install
|
|
135
|
+
- bin/setup
|
|
136
|
+
- lib/lolzinary.rb
|
|
137
|
+
- lib/lolzinary/version.rb
|
|
138
|
+
- lib/lolzinary_plugin.rb
|
|
139
|
+
- lolzinary.gemspec
|
|
140
|
+
homepage: https://github.com/fairfaxmedia/lolzinary
|
|
141
|
+
licenses:
|
|
142
|
+
- MIT
|
|
143
|
+
metadata: {}
|
|
144
|
+
post_install_message:
|
|
145
|
+
rdoc_options: []
|
|
146
|
+
require_paths:
|
|
147
|
+
- lib
|
|
148
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
|
+
requirements:
|
|
150
|
+
- - ! '>='
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '0'
|
|
153
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
|
+
requirements:
|
|
155
|
+
- - ! '>='
|
|
156
|
+
- !ruby/object:Gem::Version
|
|
157
|
+
version: '0'
|
|
158
|
+
requirements: []
|
|
159
|
+
rubyforge_project:
|
|
160
|
+
rubygems_version: 2.4.8
|
|
161
|
+
signing_key:
|
|
162
|
+
specification_version: 4
|
|
163
|
+
summary: An extension of the lolcommits gem for Cloudinary
|
|
164
|
+
test_files: []
|
|
165
|
+
has_rdoc:
|