git-lfs-s3 0.1.0 → 0.1.1

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: acd25bb5ca03b072bd4daae629aa86ef3c388f1a
4
- data.tar.gz: ad0841368e3fd4f5052030a7bf2079b09f2a6f43
3
+ metadata.gz: edcc23326aadb2109afe72be8adc67e2cf663c68
4
+ data.tar.gz: 4a133e87f031a1b000b0f2e556d8bc800fe23abd
5
5
  SHA512:
6
- metadata.gz: 7439c37cda896fd81507ab88144fccf885abb2f63fe0372d8150c31b8c42291b2a1f764688d9f1051078c786bfb940166d974e4b5ff4051adb4de50dafa0f6c1
7
- data.tar.gz: 85d4af79803f6b18b32e21ed624fb7a4957cc60c6621834194b7d46fe36529d1c52d04c8ac8be9561bc32e1aa9a1302af5f57c22138959dba60d35a171827579
6
+ metadata.gz: 96184065fe5c6aac158464aa7e95d80007e1269961a35781a8dad36feb2a3786227b537468383c45d8332c6bdddec2b99bb89d0ddb7a1eb76a98bc4c782db00d
7
+ data.tar.gz: 28406d93502f4ad034817a28a23cba1cd350313cbdb2b30817f751b558f70c77406530eac3244db22414a22e51cfd019dea6bd72e4fc93067d752a39688c875d
data/.gitignore CHANGED
@@ -2,3 +2,4 @@
2
2
  .DS_Store
3
3
  logs
4
4
  pkg
5
+ Gemfile.lock
@@ -3,6 +3,5 @@ require 'aws-sdk'
3
3
  require 'multi_json'
4
4
 
5
5
  require "git-lfs-s3/aws"
6
- require "git-lfs-s3/authentication"
7
6
  require "git-lfs-s3/services/upload"
8
7
  require "git-lfs-s3/application"
@@ -1,3 +1,3 @@
1
1
  module GitLfsS3
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-lfs-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan LeFevre
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -76,7 +76,6 @@ extra_rdoc_files: []
76
76
  files:
77
77
  - ".gitignore"
78
78
  - Gemfile
79
- - Gemfile.lock
80
79
  - README.md
81
80
  - Rakefile
82
81
  - bin/git-lfs-s3
@@ -1,39 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- git-lfs-s3 (0.1.0)
5
- aws-sdk (~> 2)
6
- multi_json
7
- sinatra
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- aws-sdk (2.0.38)
13
- aws-sdk-resources (= 2.0.38)
14
- aws-sdk-core (2.0.38)
15
- builder (~> 3.0)
16
- jmespath (~> 1.0)
17
- multi_json (~> 1.0)
18
- aws-sdk-resources (2.0.38)
19
- aws-sdk-core (= 2.0.38)
20
- builder (3.2.2)
21
- jmespath (1.0.2)
22
- multi_json (~> 1.0)
23
- multi_json (1.11.0)
24
- rack (1.6.0)
25
- rack-protection (1.5.3)
26
- rack
27
- rake (10.4.2)
28
- sinatra (1.4.6)
29
- rack (~> 1.4)
30
- rack-protection (~> 1.4)
31
- tilt (>= 1.3, < 3)
32
- tilt (2.0.1)
33
-
34
- PLATFORMS
35
- ruby
36
-
37
- DEPENDENCIES
38
- git-lfs-s3!
39
- rake