oughtve 110.e2f5bb28 → 111
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.
- data/Rakefile +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ end
|
|
9
9
|
Jeweler::Tasks.new do |gem|
|
10
10
|
gem.name = "oughtve"
|
11
11
|
|
12
|
-
gem.version =
|
12
|
+
gem.version = `git log --pretty=oneline | wc -l`.chomp
|
13
13
|
|
14
14
|
|
15
15
|
gem.summary = "Command-line tool for notes associated by filesystem location."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oughtve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: "111"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eero Saynatkari
|
@@ -119,9 +119,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
119
|
version:
|
120
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
|
-
- - "
|
122
|
+
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version:
|
124
|
+
version: "0"
|
125
125
|
version:
|
126
126
|
requirements: []
|
127
127
|
|