brief 1.11.9 → 1.11.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a8689c2a2ceb352cc525a5739fd3936256664f1
4
- data.tar.gz: b699ab744e6e570f815304f34d58cbe8207470ba
3
+ metadata.gz: 05aa8958fb9aa8dd12bce798c8aa606b372e9ddb
4
+ data.tar.gz: 39193fddf1af3048a2208be447518d587bfde131
5
5
  SHA512:
6
- metadata.gz: 1857df21a19cb17bdcb58f11fd85711f81ea2776274329eb1fb83253f424009c79c09f95be02e0f425a1704be12d51e33c2d58757b9c7c1f11be3c7ebfc51dd1
7
- data.tar.gz: da9cbc07f175690ff3a49022e7c63678d8547a80447d2eb3fc4b334147d04265ae4d32b7fd5ef6687200617f02f19f6043a45dd289e7d94b7996c34947e4d62d
6
+ metadata.gz: 7bf1ba3cc48969be2e07a589f7d12d26d4d6bbc5b4e36011b9b52bda9a542f1994504419c533f4ecc54b1edfa6a3bf82051a0216276c2ee6ae7e6ed6d64f397a
7
+ data.tar.gz: 48c8a6cd07a18b573a7e8bfa7efe668b43520a190eb86f24aa00188e27293faf75f36858b4fa6df4bfb1b6c678f81f947e61d43502d78d299071085c60a5e79f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brief (1.11.9)
4
+ brief (1.11.10)
5
5
  activesupport (> 3.2)
6
6
  commander (~> 4.3)
7
7
  em-websocket (~> 0.5)
@@ -5,6 +5,8 @@ class Brief::Apps::Blueprint::Concept
5
5
 
6
6
  meta do
7
7
  title
8
+ projects
9
+ personas
8
10
  end
9
11
 
10
12
  content do
@@ -6,6 +6,8 @@ class Brief::Apps::Blueprint::Diagram
6
6
  meta do
7
7
  title
8
8
  subheading
9
+ projects
10
+ personas
9
11
  status String, :in => "draft published"
10
12
  end
11
13
 
@@ -6,6 +6,8 @@ class Brief::Apps::Blueprint::Epic
6
6
  meta do
7
7
  title
8
8
  subheading
9
+ project
10
+ owner
9
11
  status String, :in => %w(draft published)
10
12
  end
11
13
 
@@ -5,6 +5,8 @@ class Brief::Apps::Blueprint::Feature
5
5
 
6
6
  meta do
7
7
  title
8
+ project
9
+ owner
8
10
  status :in => %w(draft published)
9
11
  epic_title
10
12
  end
@@ -6,6 +6,8 @@ class Brief::Apps::Blueprint::Milestone
6
6
  meta do
7
7
  title
8
8
  number
9
+ projects
10
+ personas
9
11
  due_date
10
12
  end
11
13
 
@@ -5,6 +5,7 @@ class Brief::Apps::Blueprint::Persona
5
5
 
6
6
  meta do
7
7
  title
8
+ projects
8
9
  end
9
10
 
10
11
  content do
@@ -6,6 +6,8 @@ class Brief::Apps::Blueprint::Release
6
6
  meta do
7
7
  title
8
8
  status
9
+ projects
10
+ personas
9
11
  tags Array
10
12
  end
11
13
 
@@ -7,6 +7,8 @@ class Brief::Apps::Blueprint::Sitemap
7
7
  title
8
8
  status
9
9
  revision
10
+ project
11
+ personas
10
12
  end
11
13
 
12
14
  content do
@@ -8,8 +8,15 @@ class Brief::Apps::Blueprint::Wireframe
8
8
  parent_title
9
9
  sitemap
10
10
  project
11
+ features
11
12
  category
12
13
  tags
13
14
  annotations Hash
14
15
  end
16
+
17
+ content do
18
+ define_section("System Interactions") do
19
+ each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :link => "a")
20
+ end
21
+ end
15
22
  end
data/lib/brief/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Brief
2
- VERSION = '1.11.9'
2
+ VERSION = '1.11.10'
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.11.9
4
+ version: 1.11.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Soeder