gem-install-branch-test 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 460840590b996f27e62c91b20cc227f529e31098
4
+ data.tar.gz: c1a0b0df6ef3e556bc53ae6284c64f641c99cfc0
5
+ SHA512:
6
+ metadata.gz: b8a15753e077775f9d7771d3391c9f2b42f35b5476caad191888c305168e9b99d82f11cdd2da567c0b7e957b9208f8e45fac7571e15d89c3b363935e092b5ac6
7
+ data.tar.gz: fda62ae490789a427b533408b10633bec1b3b8cb53666ffccc3c0cb610c0422d20f3e9220855fcc2ede0c573fe4bbf88ae0f7f671b4c4059031f850af38b1e0a
@@ -0,0 +1,17 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'gem_install_branch_test'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "gem-install-branch-test"
8
+ spec.version = GemInstallBranchTest::VERSION
9
+ spec.authors = ["Wojciech Mach"]
10
+ spec.email = ["wojtek@wojtekmach.pl"]
11
+ spec.description = "gem-install-branch test gem"
12
+ spec.summary = "Used for testing gem-install-branch"
13
+ spec.homepage = "https://github.com/wojtekmach/gem-install-branch"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = ['gem-install-branch-test.gemspec', 'lib/gem_install_branch_test.rb']
17
+ end
@@ -0,0 +1,3 @@
1
+ module GemInstallBranchTest
2
+ VERSION = '0.0.1'
3
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gem-install-branch-test
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Wojciech Mach
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-07-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: gem-install-branch test gem
14
+ email:
15
+ - wojtek@wojtekmach.pl
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - gem-install-branch-test.gemspec
21
+ - lib/gem_install_branch_test.rb
22
+ homepage: https://github.com/wojtekmach/gem-install-branch
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.0.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Used for testing gem-install-branch
46
+ test_files: []