quandl_utility 0.0.4 → 0.0.5

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.
Files changed (4) hide show
  1. data/UPGRADE.md +12 -0
  2. data/VERSION +1 -1
  3. data/tasks/utility.rake +1 -2
  4. metadata +1 -1
data/UPGRADE.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.0.5
2
+
3
+
4
+
5
+
6
+
7
+ ## 0.0.4
8
+
9
+ * WIKI-151 bump
10
+
11
+
12
+
1
13
  ## 0.0.4
2
14
 
3
15
  * WIKI-151 bump
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/tasks/utility.rake CHANGED
@@ -64,13 +64,12 @@ namespace :quandl do
64
64
  # collect commits that match JIRA syntax
65
65
  since = "v#{gemc.version}"
66
66
  commits = gemc.changelog_matching.collect do |matching|
67
- %x{ git --no-pager log --since="#{since}" --pretty=oneline --grep='#{matching}' }
67
+ %x{ git --no-pager log #{since}..HEAD --pretty=oneline --grep='#{matching}'}
68
68
  end.join
69
69
  # split newlines and exclude reference, select uniq
70
70
  commits = commits.split("\n").collect{|c| "* #{c[41..-1]}" }.uniq
71
71
  # compose prepend string
72
72
  new_version = File.read('VERSION')
73
- puts "bumping from #{since} to v#{new_version}"
74
73
  commits = "## #{new_version} \n\n" + commits.join("\n") + "\n\n\n\n"
75
74
  # prepend to UPGRADE.md
76
75
  changelog = gemc.changelog_path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quandl_utility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: