conjoiner 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81ccd5489780454659c657ca55ad9f48333f4834d87688cff68bd9b90f9aba6b
4
- data.tar.gz: 17ac85e833af9fa8af956ed715fe0ea64625ec6391191fd623bb221cf1afbc73
3
+ metadata.gz: cee8e549e1ba1fe552e790fc3bc0aab26e22c2325d1519f6aa93c2fa32af2153
4
+ data.tar.gz: 3b3c50905c5e9331f3518a3d0795c6d78c7e27d0aa9075f0af5dde2f9a001e51
5
5
  SHA512:
6
- metadata.gz: 519fa71b2216bce70c7abb0ea34f2276cd8cf08fddbabd69f0922a6baea8fb9df5189cca7df9c4b0270ba4fe1adecfd588cf49956cb746cb23b85843104b6542
7
- data.tar.gz: e0368e4402685bb78dc5695d8142d1d2df64b8699bf2fc181ca0c31dc63c8cb311ec461192c8a4641c297ea848480a0e7d351d9d2240f9f340306c8ae0dbcafb
6
+ metadata.gz: 57f17cde51fdd99c7f6ae9dad2bff7e8ae90d89750e6ab27c7102af589bf298aaac2c8f10500dcc1b1976b555d66f56eba2c7dbfe21aaa0084fe89ad504eec98
7
+ data.tar.gz: 93586ee1a77aae9ff2d06af389052d9119697eabc313e8d2a3a5710dfb7fd974fb57a0b16fe3f92583494d8932c9745db29818b01cbcb9f58d8407b03a7fba25
data/CHANGELOG.md CHANGED
@@ -5,15 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ## [0.2.1] - 2022-01-01
9
+ ### Fixed
10
+ - `init_aspect` command failing on wrong number of argument when calling
11
+ `Configuration#dated_repository_names`
8
12
 
9
- ## [0.2.0] - 2012-12-24
13
+ ## [0.2.0] - 2021-12-24
10
14
  ### Added
11
15
  - Command to clone an arbitrary repository into the `~/joined` directory
12
16
  structure
13
17
  - Command to list all the remote origins of the joined repositories
14
18
  - Add configuration file for specifying the default aspect
15
19
 
16
- ## [0.1.0] - 2012-11-12
20
+ ## [0.1.0] - 2021-11-12
17
21
  ### Added
18
22
  - Initializing dated aspect directories
19
23
  - Manual synchronization command
data/lib/conjoiner/cli.rb CHANGED
@@ -35,7 +35,7 @@ module Conjoiner
35
35
  year.to_s
36
36
  )
37
37
 
38
- configuration.dated_repository_names.each do |name|
38
+ configuration.dated_repository_names(aspect).each do |name|
39
39
  repo = "gitolite@git.andrewcant.ca:andrew/aspects/#{aspect}/dated/#{year}/#{name}"
40
40
  dir = dated_root.join(name)
41
41
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Conjoiner
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjoiner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Sullivan Cant
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-24 00:00:00.000000000 Z
11
+ date: 2022-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git