exceptionally_beautiful 0.1.2 → 0.1.3

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: 6a36e540a4184161fb1862b7c35dbfe827a99537
4
- data.tar.gz: 7388c72aacc54e8d45f8ab822626ec45c3e8359d
3
+ metadata.gz: b9c8dd5cbbc6fb0de4857afa94e6cca5b130164b
4
+ data.tar.gz: 44aa8aaef76ccaea24c783127c3789ceca8bd9bf
5
5
  SHA512:
6
- metadata.gz: f6bf154bd9f2406d253105f5d3a44f39c4eca770be8db54c29fa8eebbd7107790a6b9e41f80cfe2e0603c24e4fcac4698d8180984565e626479643762a431e7b
7
- data.tar.gz: cdc0ba7b4a29151887479f8e264d842ef7fd98bcf3a37c47d6ac35f2f06511fdc2bba17a2e09ce0cf0bd8fb9abbf587c46775972c2fb09bc371fc45037bac5be
6
+ metadata.gz: 687fcecbd912c7fbbe5eb38bbfa6f65291046d10824e0d04cb4c535e8fc9e445f917f36f200bb0912c5f817c68bfdc762e9e48a8ad016f0c6e23fed3a5bdb380
7
+ data.tar.gz: b6cd6c2b234403f2c7b6ab13dd324f2408e3a736b340b29ca305c82a7989f514e37f19067eb2ca9463c08dec4c9c416ca1f69c6c86a10708843c97cce09010cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.1.3 (2015-03-02)
4
+
5
+ * Fixed issue with `Gemfile.lock` being stuck on 0.1.1.
6
+
3
7
  ## 0.1.2 (2015-02-25)
4
8
 
5
9
  * Specify error codes the gem will handle via `config.errors`.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- exceptionally_beautiful (0.1.1)
4
+ exceptionally_beautiful (0.1.3)
5
5
  rails (~> 4.2.0)
6
6
  redcarpet (> 3.0.0)
7
7
 
@@ -64,7 +64,7 @@ GEM
64
64
  erubis (2.7.0)
65
65
  ffi (1.9.6)
66
66
  formatador (0.2.4)
67
- globalid (0.3.0)
67
+ globalid (0.3.2)
68
68
  activesupport (>= 4.1.0)
69
69
  guard (2.5.1)
70
70
  formatador (>= 0.2.4)
@@ -139,7 +139,7 @@ GEM
139
139
  rb-fsevent (0.9.4)
140
140
  rb-inotify (0.9.5)
141
141
  ffi (>= 0.5.0)
142
- redcarpet (3.1.1)
142
+ redcarpet (3.2.2)
143
143
  rspec (2.14.1)
144
144
  rspec-core (~> 2.14.0)
145
145
  rspec-expectations (~> 2.14.0)
@@ -170,7 +170,7 @@ GEM
170
170
  multi_json (~> 1.0)
171
171
  rack (~> 1.0)
172
172
  tilt (~> 1.1, != 1.3.0)
173
- sprockets-rails (2.2.2)
173
+ sprockets-rails (2.2.4)
174
174
  actionpack (>= 3.0)
175
175
  activesupport (>= 3.0)
176
176
  sprockets (>= 2.8, < 4.0)
@@ -1,3 +1,3 @@
1
1
  module ExceptionallyBeautiful
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exceptionally_beautiful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - PJ Kelly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails