photobox 0.0.1 → 0.0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49f4a033b62611b38c80b3707570a35d5390a150
4
- data.tar.gz: 2ff4e0918c4630b3aeaf687902c1784e2ceda8bb
3
+ metadata.gz: 0336519380dec5d1ff8c1ac53f9684068ab28905
4
+ data.tar.gz: f2238efec466e49685c20cb3528b7c904c37596d
5
5
  SHA512:
6
- metadata.gz: b88d54934a2de0f2ef2d09414abeeab26a7bc3353674f8d5132c502adf8ed1a8e6b617c6a17d3000db7f9aaa8be6542968e28d9b78e59e9cf84801e3ec734b17
7
- data.tar.gz: 363861befbdf4ad72ac5522c972cdf14f095f472283cb7ec6d6717a866d5629e071372857fe7a2c387ad4a64a5ef40487cce51078c71a4f79ffa61e001647b77
6
+ metadata.gz: 77fdd53901e067b56e80060dfcc6c7e686825098033fc60763342d3f9962b05bc7fa67ccecb9e6c49a7b513d447c6929ae8d23235626de18587850feea15f13c
7
+ data.tar.gz: 713a8c3990aec2a04f6737054be094fbbb2daa5efb3486034d778a8e3b8db85bfd182cf100514c492f9fc5206391ef78145b54bb9cabd9c90fa592606debba68
@@ -45,9 +45,9 @@ module Photobox
45
45
  this_month_photos = Dir.glob("#{PHOTOS_DIR}/#{year}-#{month}/*.*")
46
46
  photos_difference = this_month_photos.count - last_month_photos.count
47
47
 
48
- status = "You took #{Rainbow(this_month_photos.count).green} photos this month "
48
+ status = "You've taken #{Rainbow(this_month_photos.count).green} photos this month "
49
49
  status += if photos_difference > 0
50
- "(#{Rainbow("#{photos_difference} more").green} than last month)."
50
+ "(#{photos_difference} more than last month)."
51
51
  else
52
52
  "(#{photos_difference.abs} less than last month)."
53
53
  end
@@ -1,3 +1,3 @@
1
1
  module Photobox
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photobox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devin Wadsworth