stash-api 0.0.0.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.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/lib/stash-api/dsl.rb +4 -0
  3. data/lib/stash-api.rb +8 -0
  4. metadata +88 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ N2ZlZmJjNGZhMGE0YWM2ZTA3MjQwZjg1OTZjZDJjMTk1OWY1OWEyYQ==
5
+ data.tar.gz: !binary |-
6
+ ZDMxMjU4ZjA4NzU4ZDY3OGMzNWQwNWIxODNjYzBiYTBhMDM1MjU4OQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NzA0MThhNGFmMjc1ZDE5Y2I4OTI2ZmY4ODlmYzUzNzFjNGU1MDJhOTYzODEz
10
+ OWNlNjdkYWVjZmM2NmZlNWJjYjc3ZmYxYjA5N2UxZWIxOWNlZDhlMGI2MDI0
11
+ ZDkxZTQwYzFjNjBhNjIwYWFiOTIwM2ExMjBjNzQ4ZDAxOTQwNGM=
12
+ data.tar.gz: !binary |-
13
+ MzE5MmM2ZjQwYjY0ZmJkM2Y2YWQxNzQ3YzgwZjFhMDVmM2IwZjY4ODljZjhj
14
+ YjE4MjZmODYxNTNkYjFlZmFjMDAwOWVkMWEzMzMzMTI0OTA0NmYwZjczYTY3
15
+ NzEzNDBmZWE3OGFkODEzMmQ5OWJhNWRjZjY4NzI5NjMzNzEwNTk=
@@ -0,0 +1,4 @@
1
+ module StashAPI
2
+ module DSL
3
+ end
4
+ end
data/lib/stash-api.rb ADDED
@@ -0,0 +1,8 @@
1
+ # :nodoc:
2
+ Dir["#{File.expand_path(File.dirname(__FILE__))}/**/*.rb"].each{|f| require f}
3
+
4
+ STDOUT.sync = true
5
+ STDERR.sync = true
6
+
7
+ # :nodoc:
8
+ include StashAPI::DSL
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stash-api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Warren Parad
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-08-01 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: :runtime
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: rest-client
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '1.8'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '1.8'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rubyzip
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '1.1'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '1.1'
55
+ description: Stash API is a ruby library to interact with stash rest API.
56
+ email:
57
+ - wparad@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - lib/stash-api.rb
63
+ - lib/stash-api/dsl.rb
64
+ homepage: https://github.com/wparad/Stash-API
65
+ licenses:
66
+ - BSD-3-Clause
67
+ metadata: {}
68
+ post_install_message:
69
+ rdoc_options: []
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ! '>='
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ requirements: []
83
+ rubyforge_project:
84
+ rubygems_version: 2.4.5
85
+ signing_key:
86
+ specification_version: 4
87
+ summary: A lightweight build and deployment tool wrapper
88
+ test_files: []