monos 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: 5cafc90639b5bb02b8be04d5f993dd518a53db83
4
- data.tar.gz: b3aba3dbae6d86e86d78eb53add58def4faa3844
3
+ metadata.gz: ee4368f5e1359184cd8592946f23e9140c72d28b
4
+ data.tar.gz: c6bcc16a6c88e0ffe2266fee1bce4b5a12772874
5
5
  SHA512:
6
- metadata.gz: 9192d91ab18d06d5b167be39171f86d71daf40629c5cf5aeeff8de9e8cb9c5b681e33de16ef08e02ee2986c97b46e9c4bc2292e364d6dab94ee6f28ce98e93e0
7
- data.tar.gz: a48bacb9f54bf48e6264c9ece66e030cdd3c8c900373d141cc4d430b913851b802b4cb8b8c6d4d3c7b9f458584dcc372fe4e7e0ea45585d6cfcc20ca6f5a6414
6
+ metadata.gz: 0675326b562361aef8d40f39db0a20b1d20767b44d1bdea716170e5dd006af94375e89c5e05d2c8681c8fff0958f99de9a08a7bc09c55f1d1fe1b1ad997cb037
7
+ data.tar.gz: d3c5e25625174b05bc9a098e64f7614eea15fe15699a9bbfafe98bcb01d2b1dacfd1022801e344202fe9c7b5470561e6b970ae74df3f9b07ea11dbe8f3c1ed77
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # monos - monorepo / mono source tree tools and (startup) scripts
2
2
 
3
3
 
4
- * home :: [github.com/sportdb/sport.db](https://github.com/sportdb/sport.db)
5
- * bugs :: [github.com/sportdb/sport.db/issues](https://github.com/sportdb/sport.db/issues)
4
+ * home :: [github.com/rubycoco/sport.db](https://github.com/rubycoco/monos)
5
+ * bugs :: [github.com/rubycoco/sport.db/issues](https://github.com/rubycoco/monos/issues)
6
6
  * gem :: [rubygems.org/gems/monos](https://rubygems.org/gems/monos)
7
7
  * rdoc :: [rubydoc.info/gems/monos](http://rubydoc.info/gems/monos)
8
8
  * forum :: [opensport](http://groups.google.com/group/opensport)
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ Hoe.spec 'monos' do
8
8
  self.summary = "monos - monorepo / mono source tree tools and (startup) scripts"
9
9
  self.description = summary
10
10
 
11
- self.urls = { home: 'https://github.com/sportdb/sport.db' }
11
+ self.urls = { home: 'https://github.com/rubycoco/monos' }
12
12
 
13
13
  self.author = 'Gerald Bauer'
14
14
  self.email = 'opensport@googlegroups.com'
@@ -20,7 +20,8 @@ Hoe.spec 'monos' do
20
20
  self.licenses = ['Public Domain']
21
21
 
22
22
  self.extra_deps = [
23
- ['gitti', '>= 0.4.0' ],
23
+ ['gitti', '>= 0.4.0' ],
24
+ ['gitti-backup', '>= 0.3.0' ],
24
25
  ]
25
26
 
26
27
  self.spec_extras = {
@@ -2,6 +2,8 @@
2
2
  ## note: use the "modular" version WITHOUT auto-include gitti,
3
3
  ## thus, require 'gitti/base' (and NOT 'gitti')
4
4
  require 'gitti/base'
5
+ require 'gitti/backup/base'
6
+
5
7
 
6
8
  module Mono
7
9
  ## note: make Git, GitProject, GitRepoSet, etc. available without Gitti::
@@ -7,7 +7,7 @@ module MonoCore ## todo/check: rename to MonoMeta, MonoModule or such - why? w
7
7
  ## conflict with Mono.root!!!!
8
8
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
9
9
  MINOR = 3
10
- PATCH = 0
10
+ PATCH = 1
11
11
  VERSION = [MAJOR,MINOR,PATCH].join('.')
12
12
 
13
13
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.4.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: gitti-backup
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.3.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 0.3.0
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: rdoc
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +96,7 @@ files:
82
96
  - lib/sportdb/setup.rb
83
97
  - test/helper.rb
84
98
  - test/test_base.rb
85
- homepage: https://github.com/sportdb/sport.db
99
+ homepage: https://github.com/rubycoco/monos
86
100
  licenses:
87
101
  - Public Domain
88
102
  metadata: {}