brief 1.12.5 → 1.12.6

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: a3e7bd4e80078f858e06b92220412ee4d82035b3
4
- data.tar.gz: 5519ec08d36d79212622552023783b48729b6584
3
+ metadata.gz: fd418add25292a67cda1f1177588f1922ada3ad7
4
+ data.tar.gz: c051031424c67d2bec25ea6b7d701fdfa5303091
5
5
  SHA512:
6
- metadata.gz: bf78f1db748899bc18daf65f9613aac2a2e15ff1d9688711c02ef176a4825eb04b0124bfa99cf4515bcc725c604c42bff6acec92a0129e942c79459c8582dd44
7
- data.tar.gz: 1de347166050487cd71fc5eebc73d5cd35c8e2253e78a863c5d7fb409ba3ed9469311fc63b3adbe2ed986acab9ec709a15a4e459a3f55ed0efecdc33558ff0e5
6
+ metadata.gz: 85cdd75de8fa29233f30830dc809a27a0111bc83cdf24273c3ed1f7e87968b8137a632dbbc79ca6daf1d14b2cf359221fc8fd1d9b12d382d5c8fff31305f457b
7
+ data.tar.gz: 88516a052a54702a6a087d8470f2b7afc994d23fe6bf1a2c2096f801170f2c2446839843701f266f7222153f9dd374c8dc21d571f7d1c93c5fa8d33f90f86462
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brief (1.12.5)
4
+ brief (1.12.6)
5
5
  activesupport (> 3.2)
6
6
  commander (~> 4.3)
7
7
  em-websocket (~> 0.5)
@@ -9,8 +9,11 @@ class Brief::Apps::Blueprint::Roadmap
9
9
  end
10
10
 
11
11
  content do
12
+ title "h1:first-of-type"
13
+ subheading "h2:first-of-type"
14
+
12
15
  define_section "Milestones" do
13
- each("h2").has(:title => "h2", :due_date => "li:first-of-type", :paragraph => "p:first-of-type")
16
+ each("h2").has(:title => "h2", :due_date => "h3:first-of-type", :paragraph => "p:first-of-type")
14
17
  end
15
18
  end
16
19
  end
data/lib/brief/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Brief
2
- VERSION = '1.12.5'
2
+ VERSION = '1.12.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brief
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.5
4
+ version: 1.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Soeder