daun 0.1.0 → 0.1.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NmVhZmY4NDVhZDdkMDY5MWZkMjQ5NTBmMTU4MDJhN2Q1OGEzOWE2Mw==
4
+ YjNlMzI4N2NiMGRjM2Y5YzcyYTMxMzhhNGE0M2YzNDBkNjhjMWUwZQ==
5
5
  data.tar.gz: !binary |-
6
- MjRlNjQxZTIzMjRjMDQ3Y2IzNGQ0OGIxYzk1NTBjZjNiNDkyMzAxZQ==
6
+ NjBlOGNlZGUxNTUyZmZjOWQ1ZDM3ZTE1MzA2ZDYwOWM2YzQzNDQzNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzM0NDI2YjViNzNjMmYyNDBlNDMwZGYxNjA1OTQyZDdhYTcwYzczNGUzZmE5
10
- NmUyMmQxMDU3ODg2ZWJjNWEwNDE1NDAwNThjZGFmYjMwNDdhNTg1OWEzMDMx
11
- NWEwZjMzMDY1OTRlZGMzMzYwYzI4M2YwNTkyYTE3N2I0Y2M2Njg=
9
+ MTIyMWNkMDdlYmEwYWE3ZGYzZTFmMjg5OGEyOGZhYzIxZGQyZTdiNWQxMWZi
10
+ YzNlZTg0N2MyZDM1YzAwOGU1ZTRkODZlZWY2MjVlODFiYTFlYzQ5YTVmZTYx
11
+ ZjkwYWEyMWI0NmUwMDJkYWZkNzcyOGJkOWYxMjZlMDZmOGMzNDA=
12
12
  data.tar.gz: !binary |-
13
- YjUzMDQ0OWQ5YzUwOTllYzk5M2I5OTcyMzYyZTBiOGJhMzBhODczZDU0ZWYw
14
- ODQ2ZWUzNTE5MWMyZGU3YjQ1MGMyYTA4M2I3MTkxYzIzNDE3OWUwY2YxMDU1
15
- OGUzMjkxOWMxYmMzN2MyY2FiODNiMjZjOGEyY2M0ZDAyNzM5NTg=
13
+ ZGM3NWVjYzI5NzgxZjFjYTU3NDIwNDJlNmNkYTc1OTMzZDJkZjgzYWNiMjI0
14
+ ZDJhNzQ1MWFlNTIwM2YwYWFmZGVhZDUzMjVmZmI0MWM1NjViMDRkMmE2M2Y2
15
+ NWVmOTNkMTkzMWIxMDFhODdhODZhYmRhOGY1ZmIxODEyZGZiZDE=
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/daun.svg)](https://badge.fury.io/rb/daun)
1
2
  [![Build Status](https://img.shields.io/circleci/project/ceilfors/daun/master.svg?label=Build Status)](https://circleci.com/gh/ceilfors/daun/tree/master)
2
3
  [![Code Climate](https://codeclimate.com/github/ceilfors/daun/badges/gpa.svg)](https://codeclimate.com/github/ceilfors/daun)
3
4
  [![Test Coverage](https://codeclimate.com/github/ceilfors/daun/badges/coverage.svg)](https://codeclimate.com/github/ceilfors/daun/coverage)
@@ -11,8 +11,9 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['wisen@ceilfors.com']
12
12
 
13
13
  spec.summary = 'Expand git branches and tags to a directory'
14
- spec.description = 'Daun is useful for source code search like OpenGrok that'\
15
- 'does not support git branches and tags by default.'
14
+ spec.description = 'Daun is a CLI program that will expand git branches and tags to your disk'\
15
+ ' as directories. Daun will keep the expanded directories in sync whenever there are'\
16
+ ' new, updated, or deleted tags and branches.'
16
17
  spec.homepage = 'https://github.com/ceilfors/daun'
17
18
  spec.license = 'MIT'
18
19
 
@@ -22,6 +23,8 @@ Gem::Specification.new do |spec|
22
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
24
  spec.require_paths = ['lib']
24
25
 
26
+ spec.required_ruby_version = '>= 1.9'
27
+
25
28
  spec.add_development_dependency 'bundler', '~> 1.11'
26
29
  spec.add_development_dependency 'rake', '~> 10.0'
27
30
  spec.add_development_dependency 'rspec', '~> 3.0'
@@ -1,3 +1,3 @@
1
1
  module Daun
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wisen Tanasa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-25 00:00:00.000000000 Z
11
+ date: 2016-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -234,8 +234,9 @@ dependencies:
234
234
  - - ~>
235
235
  - !ruby/object:Gem::Version
236
236
  version: 0.23.0
237
- description: Daun is useful for source code search like OpenGrok thatdoes not support
238
- git branches and tags by default.
237
+ description: Daun is a CLI program that will expand git branches and tags to your
238
+ disk as directories. Daun will keep the expanded directories in sync whenever there
239
+ are new, updated, or deleted tags and branches.
239
240
  email:
240
241
  - wisen@ceilfors.com
241
242
  executables:
@@ -276,7 +277,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
276
277
  requirements:
277
278
  - - ! '>='
278
279
  - !ruby/object:Gem::Version
279
- version: '0'
280
+ version: '1.9'
280
281
  required_rubygems_version: !ruby/object:Gem::Requirement
281
282
  requirements:
282
283
  - - ! '>='