to set
184 | # the environment.
185 |
186 | # NOTE if your application has other named environments, you should
187 | # provide newrelic configuration settings for these environments here.
188 |
189 | development:
190 | <<: *default_settings
191 | # Turn off communication to New Relic service in development mode (also
192 | # 'enabled').
193 | # NOTE: for initial evaluation purposes, you may want to temporarily
194 | # turn the agent on in development mode.
195 | monitor_mode: false
196 |
197 | # Rails Only - when running in Developer Mode, the New Relic Agent will
198 | # present performance information on the last 100 transactions you have
199 | # executed since starting the mongrel.
200 | # NOTE: There is substantial overhead when running in developer mode.
201 | # Do not use for production or load testing.
202 | developer_mode: true
203 |
204 | # Enable textmate links
205 | # textmate: true
206 |
207 | test:
208 | <<: *default_settings
209 | # It almost never makes sense to turn on the agent when running
210 | # unit, functional or integration tests or the like.
211 | monitor_mode: false
212 |
213 | # Turn on the agent in production for 24x7 monitoring. NewRelic
214 | # testing shows an average performance impact of < 5 ms per
215 | # transaction, you can leave this on all the time without
216 | # incurring any user-visible performance degradation.
217 | production:
218 | <<: *default_settings
219 | monitor_mode: true
220 |
221 | # Many applications have a staging environment which behaves
222 | # identically to production. Support for that environment is provided
223 | # here. By default, the staging environment has the agent turned on.
224 | staging:
225 | <<: *default_settings
226 | monitor_mode: true
227 | app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging)
228 |
--------------------------------------------------------------------------------
/spec/fixtures/github/google_visualr.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "url": "https://api.github.com/repos/winston/google_visualr/issues/86",
4 | "labels_url": "https://api.github.com/repos/winston/google_visualr/issues/86/labels{/name}",
5 | "comments_url": "https://api.github.com/repos/winston/google_visualr/issues/86/comments",
6 | "events_url": "https://api.github.com/repos/winston/google_visualr/issues/86/events",
7 | "html_url": "https://github.com/winston/google_visualr/issues/86",
8 | "id": 55636885,
9 | "number": 86,
10 | "title": "Support to add packages",
11 | "user": {
12 | "login": "dtelaroli",
13 | "id": 536500,
14 | "avatar_url": "https://avatars.githubusercontent.com/u/536500?v=3",
15 | "gravatar_id": "",
16 | "url": "https://api.github.com/users/dtelaroli",
17 | "html_url": "https://github.com/dtelaroli",
18 | "followers_url": "https://api.github.com/users/dtelaroli/followers",
19 | "following_url": "https://api.github.com/users/dtelaroli/following{/other_user}",
20 | "gists_url": "https://api.github.com/users/dtelaroli/gists{/gist_id}",
21 | "starred_url": "https://api.github.com/users/dtelaroli/starred{/owner}{/repo}",
22 | "subscriptions_url": "https://api.github.com/users/dtelaroli/subscriptions",
23 | "organizations_url": "https://api.github.com/users/dtelaroli/orgs",
24 | "repos_url": "https://api.github.com/users/dtelaroli/repos",
25 | "events_url": "https://api.github.com/users/dtelaroli/events{/privacy}",
26 | "received_events_url": "https://api.github.com/users/dtelaroli/received_events",
27 | "type": "User",
28 | "site_admin": false
29 | },
30 | "labels": [
31 |
32 | ],
33 | "state": "open",
34 | "locked": false,
35 | "assignee": null,
36 | "milestone": null,
37 | "comments": 5,
38 | "created_at": "2015-01-27T16:05:45Z",
39 | "updated_at": "2015-09-03T01:38:58Z",
40 | "closed_at": null,
41 | "body": "I need to create a detailed chart to the select event.\r\n\r\nEg.:\r\n```\r\nchart = GoogleVisualr::Interactive::ColumnChart.new\r\nchart.add_package('table')\r\n```"
42 | },
43 | {
44 | "url": "https://api.github.com/repos/winston/google_visualr/issues/74",
45 | "labels_url": "https://api.github.com/repos/winston/google_visualr/issues/74/labels{/name}",
46 | "comments_url": "https://api.github.com/repos/winston/google_visualr/issues/74/comments",
47 | "events_url": "https://api.github.com/repos/winston/google_visualr/issues/74/events",
48 | "html_url": "https://github.com/winston/google_visualr/pull/74",
49 | "id": 35670688,
50 | "number": 74,
51 | "title": "adding support for embedded functions inside the google visualization",
52 | "user": {
53 | "login": "golsombe",
54 | "id": 15931,
55 | "avatar_url": "https://avatars.githubusercontent.com/u/15931?v=3",
56 | "gravatar_id": "",
57 | "url": "https://api.github.com/users/golsombe",
58 | "html_url": "https://github.com/golsombe",
59 | "followers_url": "https://api.github.com/users/golsombe/followers",
60 | "following_url": "https://api.github.com/users/golsombe/following{/other_user}",
61 | "gists_url": "https://api.github.com/users/golsombe/gists{/gist_id}",
62 | "starred_url": "https://api.github.com/users/golsombe/starred{/owner}{/repo}",
63 | "subscriptions_url": "https://api.github.com/users/golsombe/subscriptions",
64 | "organizations_url": "https://api.github.com/users/golsombe/orgs",
65 | "repos_url": "https://api.github.com/users/golsombe/repos",
66 | "events_url": "https://api.github.com/users/golsombe/events{/privacy}",
67 | "received_events_url": "https://api.github.com/users/golsombe/received_events",
68 | "type": "User",
69 | "site_admin": false
70 | },
71 | "labels": [
72 |
73 | ],
74 | "state": "open",
75 | "locked": false,
76 | "assignee": null,
77 | "milestone": null,
78 | "comments": 3,
79 | "created_at": "2014-06-13T13:22:15Z",
80 | "updated_at": "2015-05-15T09:03:20Z",
81 | "closed_at": null,
82 | "pull_request": {
83 | "url": "https://api.github.com/repos/winston/google_visualr/pulls/74",
84 | "html_url": "https://github.com/winston/google_visualr/pull/74",
85 | "diff_url": "https://github.com/winston/google_visualr/pull/74.diff",
86 | "patch_url": "https://github.com/winston/google_visualr/pull/74.patch"
87 | },
88 | "body": "I needed a new function inside the draw_chart() function to support custom tooltips for the TreeMap chart. Added a new add_function method along with additional spec for testing. Please advise?\r\n\r\nEx:\r\n\r\n```javascript\r\n@chart.add_function(\" function showTooltip(row, size, value) {\r\n return '' +\r\n '' + data_table.getValue(row, 1) + '<\\b>
'; }\")\r\n```"
89 | },
90 | {
91 | "url": "https://api.github.com/repos/winston/google_visualr/issues/43",
92 | "labels_url": "https://api.github.com/repos/winston/google_visualr/issues/43/labels{/name}",
93 | "comments_url": "https://api.github.com/repos/winston/google_visualr/issues/43/comments",
94 | "events_url": "https://api.github.com/repos/winston/google_visualr/issues/43/events",
95 | "html_url": "https://github.com/winston/google_visualr/issues/43",
96 | "id": 7616028,
97 | "number": 43,
98 | "title": "Remove image charts as they have been officially deprecated by Google",
99 | "user": {
100 | "login": "winston",
101 | "id": 2112,
102 | "avatar_url": "https://avatars.githubusercontent.com/u/2112?v=3",
103 | "gravatar_id": "",
104 | "url": "https://api.github.com/users/winston",
105 | "html_url": "https://github.com/winston",
106 | "followers_url": "https://api.github.com/users/winston/followers",
107 | "following_url": "https://api.github.com/users/winston/following{/other_user}",
108 | "gists_url": "https://api.github.com/users/winston/gists{/gist_id}",
109 | "starred_url": "https://api.github.com/users/winston/starred{/owner}{/repo}",
110 | "subscriptions_url": "https://api.github.com/users/winston/subscriptions",
111 | "organizations_url": "https://api.github.com/users/winston/orgs",
112 | "repos_url": "https://api.github.com/users/winston/repos",
113 | "events_url": "https://api.github.com/users/winston/events{/privacy}",
114 | "received_events_url": "https://api.github.com/users/winston/received_events",
115 | "type": "User",
116 | "site_admin": false
117 | },
118 | "labels": [
119 | {
120 | "url": "https://api.github.com/repos/winston/google_visualr/labels/cleanup",
121 | "name": "cleanup",
122 | "color": "0b02e1"
123 | }
124 | ],
125 | "state": "open",
126 | "locked": false,
127 | "assignee": null,
128 | "milestone": null,
129 | "comments": 2,
130 | "created_at": "2012-10-16T07:32:13Z",
131 | "updated_at": "2012-11-12T06:13:33Z",
132 | "closed_at": null,
133 | "body": "The Image Charts portion of Google Chart Tools has been officially deprecated as of April 20, 2012. \r\nIt will continue to work as per our deprecation policy.\r\n\r\nhttps://developers.google.com/chart/interactive/docs/gallery/genericimagechart\r\nhttps://developers.google.com/chart/interactive/docs/gallery/imagepiechart\r\nhttps://developers.google.com/chart/interactive/docs/gallery/imagelinechart\r\nhttps://developers.google.com/chart/interactive/docs/gallery/imagebarchart\r\nhttps://developers.google.com/chart/interactive/docs/gallery/imagesparkline"
134 | },
135 | {
136 | "url": "https://api.github.com/repos/winston/google_visualr/issues/41",
137 | "labels_url": "https://api.github.com/repos/winston/google_visualr/issues/41/labels{/name}",
138 | "comments_url": "https://api.github.com/repos/winston/google_visualr/issues/41/comments",
139 | "events_url": "https://api.github.com/repos/winston/google_visualr/issues/41/events",
140 | "html_url": "https://github.com/winston/google_visualr/issues/41",
141 | "id": 6548275,
142 | "number": 41,
143 | "title": "Support different data filters",
144 | "user": {
145 | "login": "AmitPatel-BoTreeConsulting",
146 | "id": 1289894,
147 | "avatar_url": "https://avatars.githubusercontent.com/u/1289894?v=3",
148 | "gravatar_id": "",
149 | "url": "https://api.github.com/users/AmitPatel-BoTreeConsulting",
150 | "html_url": "https://github.com/AmitPatel-BoTreeConsulting",
151 | "followers_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/followers",
152 | "following_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/following{/other_user}",
153 | "gists_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/gists{/gist_id}",
154 | "starred_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/starred{/owner}{/repo}",
155 | "subscriptions_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/subscriptions",
156 | "organizations_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/orgs",
157 | "repos_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/repos",
158 | "events_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/events{/privacy}",
159 | "received_events_url": "https://api.github.com/users/AmitPatel-BoTreeConsulting/received_events",
160 | "type": "User",
161 | "site_admin": false
162 | },
163 | "labels": [
164 | {
165 | "url": "https://api.github.com/repos/winston/google_visualr/labels/feature",
166 | "name": "feature",
167 | "color": "02e10c"
168 | }
169 | ],
170 | "state": "open",
171 | "locked": false,
172 | "assignee": null,
173 | "milestone": null,
174 | "comments": 1,
175 | "created_at": "2012-08-30T08:53:20Z",
176 | "updated_at": "2012-10-15T09:15:25Z",
177 | "closed_at": null,
178 | "body": "How can we configure [data filters](https://developers.google.com/chart/interactive/docs/gallery/controls#gallery)?"
179 | },
180 | {
181 | "url": "https://api.github.com/repos/winston/google_visualr/issues/35",
182 | "labels_url": "https://api.github.com/repos/winston/google_visualr/issues/35/labels{/name}",
183 | "comments_url": "https://api.github.com/repos/winston/google_visualr/issues/35/comments",
184 | "events_url": "https://api.github.com/repos/winston/google_visualr/issues/35/events",
185 | "html_url": "https://github.com/winston/google_visualr/issues/35",
186 | "id": 4935471,
187 | "number": 35,
188 | "title": "Add toolbars?",
189 | "user": {
190 | "login": "novito",
191 | "id": 851553,
192 | "avatar_url": "https://avatars.githubusercontent.com/u/851553?v=3",
193 | "gravatar_id": "",
194 | "url": "https://api.github.com/users/novito",
195 | "html_url": "https://github.com/novito",
196 | "followers_url": "https://api.github.com/users/novito/followers",
197 | "following_url": "https://api.github.com/users/novito/following{/other_user}",
198 | "gists_url": "https://api.github.com/users/novito/gists{/gist_id}",
199 | "starred_url": "https://api.github.com/users/novito/starred{/owner}{/repo}",
200 | "subscriptions_url": "https://api.github.com/users/novito/subscriptions",
201 | "organizations_url": "https://api.github.com/users/novito/orgs",
202 | "repos_url": "https://api.github.com/users/novito/repos",
203 | "events_url": "https://api.github.com/users/novito/events{/privacy}",
204 | "received_events_url": "https://api.github.com/users/novito/received_events",
205 | "type": "User",
206 | "site_admin": false
207 | },
208 | "labels": [
209 | {
210 | "url": "https://api.github.com/repos/winston/google_visualr/labels/feature",
211 | "name": "feature",
212 | "color": "02e10c"
213 | }
214 | ],
215 | "state": "open",
216 | "locked": false,
217 | "assignee": null,
218 | "milestone": null,
219 | "comments": 1,
220 | "created_at": "2012-06-06T18:29:41Z",
221 | "updated_at": "2012-10-15T09:09:55Z",
222 | "closed_at": null,
223 | "body": "Congrats for this gem. It's easy to use and really well documented.\n\nI have a question: Would it be difficult to add the Toolbar (https://google-developers.appspot.com/chart/interactive/docs/gallery/toolbar)? As it's set in the draw method I can't add it once the chart has been rendered.\n\nAny thoughts on how we could do that? "
224 | }
225 | ]
226 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | GIT
2 | remote: https://github.com/turbolinks/turbolinks-classic.git
3 | revision: 37a7c296232d20a61bd1946f600da7f2009189db
4 | specs:
5 | turbolinks (3.0.0)
6 | coffee-rails
7 |
8 | GEM
9 | remote: https://rubygems.org/
10 | specs:
11 | actionmailer (4.2.5.2)
12 | actionpack (= 4.2.5.2)
13 | actionview (= 4.2.5.2)
14 | activejob (= 4.2.5.2)
15 | mail (~> 2.5, >= 2.5.4)
16 | rails-dom-testing (~> 1.0, >= 1.0.5)
17 | actionpack (4.2.5.2)
18 | actionview (= 4.2.5.2)
19 | activesupport (= 4.2.5.2)
20 | rack (~> 1.6)
21 | rack-test (~> 0.6.2)
22 | rails-dom-testing (~> 1.0, >= 1.0.5)
23 | rails-html-sanitizer (~> 1.0, >= 1.0.2)
24 | actionview (4.2.5.2)
25 | activesupport (= 4.2.5.2)
26 | builder (~> 3.1)
27 | erubis (~> 2.7.0)
28 | rails-dom-testing (~> 1.0, >= 1.0.5)
29 | rails-html-sanitizer (~> 1.0, >= 1.0.2)
30 | activejob (4.2.5.2)
31 | activesupport (= 4.2.5.2)
32 | globalid (>= 0.3.0)
33 | activemodel (4.2.5.2)
34 | activesupport (= 4.2.5.2)
35 | builder (~> 3.1)
36 | activerecord (4.2.5.2)
37 | activemodel (= 4.2.5.2)
38 | activesupport (= 4.2.5.2)
39 | arel (~> 6.0)
40 | activesupport (4.2.5.2)
41 | i18n (~> 0.7)
42 | json (~> 1.7, >= 1.7.7)
43 | minitest (~> 5.1)
44 | thread_safe (~> 0.3, >= 0.3.4)
45 | tzinfo (~> 1.1)
46 | addressable (2.4.0)
47 | arel (6.0.3)
48 | ast (2.2.0)
49 | bcrypt (3.1.11)
50 | benchmark-ips (2.5.0)
51 | better_errors (2.1.1)
52 | coderay (>= 1.0.0)
53 | erubis (>= 2.6.6)
54 | rack (>= 0.9.0)
55 | binding_of_caller (0.7.2)
56 | debug_inspector (>= 0.0.1)
57 | builder (3.2.2)
58 | bullet (5.0.0)
59 | activesupport (>= 3.0.0)
60 | uniform_notifier (~> 1.9.0)
61 | byebug (8.2.2)
62 | cancancan (1.13.1)
63 | capybara (2.6.2)
64 | addressable
65 | mime-types (>= 1.16)
66 | nokogiri (>= 1.3.3)
67 | rack (>= 1.0.0)
68 | rack-test (>= 0.5.4)
69 | xpath (~> 2.0)
70 | childprocess (0.5.9)
71 | ffi (~> 1.0, >= 1.0.11)
72 | coderay (1.1.1)
73 | codeship (0.1.3)
74 | json
75 | coffee-rails (4.1.1)
76 | coffee-script (>= 2.2.0)
77 | railties (>= 4.0.0, < 5.1.x)
78 | coffee-script (2.4.1)
79 | coffee-script-source
80 | execjs
81 | coffee-script-source (1.10.0)
82 | concurrent-ruby (1.0.1)
83 | crack (0.4.3)
84 | safe_yaml (~> 1.0.0)
85 | dalli (2.7.6)
86 | database_rewinder (0.5.3)
87 | debug_inspector (0.0.2)
88 | devise (3.5.6)
89 | bcrypt (~> 3.0)
90 | orm_adapter (~> 0.1)
91 | railties (>= 3.2.6, < 5)
92 | responders
93 | thread_safe (~> 0.1)
94 | warden (~> 1.2.3)
95 | diff-lcs (1.2.5)
96 | domain_name (0.5.20160309)
97 | unf (>= 0.0.5, < 1.0.0)
98 | dotenv (2.1.0)
99 | dotenv-rails (2.1.0)
100 | dotenv (= 2.1.0)
101 | railties (>= 4.0, < 5.1)
102 | em-websocket (0.5.1)
103 | eventmachine (>= 0.12.9)
104 | http_parser.rb (~> 0.6.0)
105 | email_spec (2.0.0)
106 | htmlentities (~> 4.3.3)
107 | launchy (~> 2.1)
108 | mail (~> 2.6.3)
109 | erubis (2.7.0)
110 | eventmachine (1.2.0.1)
111 | execjs (2.6.0)
112 | factory_girl (4.5.0)
113 | activesupport (>= 3.0.0)
114 | factory_girl_rails (4.6.0)
115 | factory_girl (~> 4.5.0)
116 | railties (>= 3.0.0)
117 | faker (1.6.3)
118 | i18n (~> 0.5)
119 | faraday (0.9.2)
120 | multipart-post (>= 1.2, < 3)
121 | faraday-http-cache (1.2.2)
122 | faraday (~> 0.8)
123 | ffi (1.9.10)
124 | font-awesome-sass (4.5.0)
125 | sass (>= 3.2)
126 | formatador (0.2.5)
127 | globalid (0.3.6)
128 | activesupport (>= 4.1.0)
129 | guard (2.13.0)
130 | formatador (>= 0.2.4)
131 | listen (>= 2.7, <= 4.0)
132 | lumberjack (~> 1.0)
133 | nenv (~> 0.1)
134 | notiffany (~> 0.0)
135 | pry (>= 0.9.12)
136 | shellany (~> 0.0)
137 | thor (>= 0.18.1)
138 | guard-compat (1.2.1)
139 | guard-livereload (2.5.2)
140 | em-websocket (~> 0.5)
141 | guard (~> 2.8)
142 | guard-compat (~> 1.0)
143 | multi_json (~> 1.8)
144 | guard-rspec (4.6.4)
145 | guard (~> 2.1)
146 | guard-compat (~> 1.1)
147 | rspec (>= 2.99.0, < 4.0)
148 | hashdiff (0.3.0)
149 | hashie (3.4.3)
150 | heroku-deflater (0.6.2)
151 | rack (>= 1.4.5)
152 | hiredis (0.6.1)
153 | htmlentities (4.3.4)
154 | http (1.0.3)
155 | addressable (~> 2.3)
156 | http-cookie (~> 1.0)
157 | http-form_data (~> 1.0.1)
158 | http_parser.rb (~> 0.6.0)
159 | http-cookie (1.0.2)
160 | domain_name (~> 0.5)
161 | http-form_data (1.0.1)
162 | http_parser.rb (0.6.0)
163 | i18n (0.7.0)
164 | jquery-rails (4.1.1)
165 | rails-dom-testing (>= 1, < 3)
166 | railties (>= 4.2.0)
167 | thor (>= 0.14, < 2.0)
168 | jquery-turbolinks (2.1.0)
169 | railties (>= 3.1.0)
170 | turbolinks
171 | json (1.8.3)
172 | jwt (1.5.1)
173 | launchy (2.4.3)
174 | addressable (~> 2.3)
175 | letter_opener (1.4.1)
176 | launchy (~> 2.2)
177 | listen (3.0.6)
178 | rb-fsevent (>= 0.9.3)
179 | rb-inotify (>= 0.9.7)
180 | local_time (1.0.3)
181 | coffee-rails
182 | loofah (2.0.3)
183 | nokogiri (>= 1.5.9)
184 | lumberjack (1.0.10)
185 | mail (2.6.3)
186 | mime-types (>= 1.16, < 3)
187 | materialize-sass (0.97.5)
188 | sass (~> 3.3)
189 | method_source (0.8.2)
190 | mime-types (2.99.1)
191 | mini_portile2 (2.0.0)
192 | minitest (5.8.4)
193 | multi_json (1.11.2)
194 | multi_xml (0.5.5)
195 | multipart-post (2.0.0)
196 | nenv (0.3.0)
197 | newrelic_rpm (3.15.0.314)
198 | nokogiri (1.6.7.2)
199 | mini_portile2 (~> 2.0.0.rc2)
200 | notiffany (0.0.8)
201 | nenv (~> 0.1)
202 | shellany (~> 0.0)
203 | oauth2 (1.1.0)
204 | faraday (>= 0.8, < 0.10)
205 | jwt (~> 1.0, < 1.5.2)
206 | multi_json (~> 1.3)
207 | multi_xml (~> 0.5)
208 | rack (>= 1.2, < 3)
209 | octokit (4.3.0)
210 | sawyer (~> 0.7.0, >= 0.5.3)
211 | omniauth (1.3.1)
212 | hashie (>= 1.2, < 4)
213 | rack (>= 1.0, < 3)
214 | omniauth-github (1.1.2)
215 | omniauth (~> 1.0)
216 | omniauth-oauth2 (~> 1.1)
217 | omniauth-oauth2 (1.4.0)
218 | oauth2 (~> 1.0)
219 | omniauth (~> 1.2)
220 | orm_adapter (0.5.0)
221 | parallel (1.6.2)
222 | parser (2.3.0.6)
223 | ast (~> 2.2)
224 | pg (0.18.4)
225 | powerpack (0.1.1)
226 | pry (0.10.3)
227 | coderay (~> 1.1.0)
228 | method_source (~> 0.8.1)
229 | slop (~> 3.4)
230 | pry-byebug (3.3.0)
231 | byebug (~> 8.0)
232 | pry (~> 0.10)
233 | pry-rails (0.3.4)
234 | pry (>= 0.9.10)
235 | puma (3.1.0)
236 | quiet_assets (1.1.0)
237 | railties (>= 3.1, < 5.0)
238 | rack (1.6.4)
239 | rack-cors (0.4.0)
240 | rack-livereload (0.3.16)
241 | rack
242 | rack-test (0.6.3)
243 | rack (>= 1.0)
244 | rails (4.2.5.2)
245 | actionmailer (= 4.2.5.2)
246 | actionpack (= 4.2.5.2)
247 | actionview (= 4.2.5.2)
248 | activejob (= 4.2.5.2)
249 | activemodel (= 4.2.5.2)
250 | activerecord (= 4.2.5.2)
251 | activesupport (= 4.2.5.2)
252 | bundler (>= 1.3.0, < 2.0)
253 | railties (= 4.2.5.2)
254 | sprockets-rails
255 | rails-deprecated_sanitizer (1.0.3)
256 | activesupport (>= 4.2.0.alpha)
257 | rails-dom-testing (1.0.7)
258 | activesupport (>= 4.2.0.beta, < 5.0)
259 | nokogiri (~> 1.6.0)
260 | rails-deprecated_sanitizer (>= 1.0.1)
261 | rails-html-sanitizer (1.0.3)
262 | loofah (~> 2.0)
263 | rails_12factor (0.0.3)
264 | rails_serve_static_assets
265 | rails_stdout_logging
266 | rails_serve_static_assets (0.0.5)
267 | rails_stdout_logging (0.0.4)
268 | rails_utils (3.3.5)
269 | rails (>= 3.2)
270 | railties (4.2.5.2)
271 | actionpack (= 4.2.5.2)
272 | activesupport (= 4.2.5.2)
273 | rake (>= 0.8.7)
274 | thor (>= 0.18.1, < 2.0)
275 | rainbow (2.1.0)
276 | rake (11.1.1)
277 | rb-fsevent (0.9.7)
278 | rb-inotify (0.9.7)
279 | ffi (>= 0.5.0)
280 | recipient_interceptor (0.1.2)
281 | mail
282 | redis (3.2.2)
283 | redis-actionpack (4.0.1)
284 | actionpack (~> 4)
285 | redis-rack (~> 1.5.0)
286 | redis-store (~> 1.1.0)
287 | redis-activesupport (4.1.5)
288 | activesupport (>= 3, < 5)
289 | redis-store (~> 1.1.0)
290 | redis-rack (1.5.0)
291 | rack (~> 1.5)
292 | redis-store (~> 1.1.0)
293 | redis-rails (4.0.0)
294 | redis-actionpack (~> 4)
295 | redis-activesupport (~> 4)
296 | redis-store (~> 1.1.0)
297 | redis-store (1.1.7)
298 | redis (>= 2.2)
299 | responders (2.1.1)
300 | railties (>= 4.2.0, < 5.1)
301 | rolify (5.0.0)
302 | rspec (3.4.0)
303 | rspec-core (~> 3.4.0)
304 | rspec-expectations (~> 3.4.0)
305 | rspec-mocks (~> 3.4.0)
306 | rspec-core (3.4.4)
307 | rspec-support (~> 3.4.0)
308 | rspec-expectations (3.4.0)
309 | diff-lcs (>= 1.2.0, < 2.0)
310 | rspec-support (~> 3.4.0)
311 | rspec-mocks (3.4.1)
312 | diff-lcs (>= 1.2.0, < 2.0)
313 | rspec-support (~> 3.4.0)
314 | rspec-rails (3.4.2)
315 | actionpack (>= 3.0, < 4.3)
316 | activesupport (>= 3.0, < 4.3)
317 | railties (>= 3.0, < 4.3)
318 | rspec-core (~> 3.4.0)
319 | rspec-expectations (~> 3.4.0)
320 | rspec-mocks (~> 3.4.0)
321 | rspec-support (~> 3.4.0)
322 | rspec-support (3.4.1)
323 | rubocop (0.38.0)
324 | parser (>= 2.3.0.6, < 3.0)
325 | powerpack (~> 0.1)
326 | rainbow (>= 1.99.1, < 3.0)
327 | ruby-progressbar (~> 1.7)
328 | unicode-display_width (~> 1.0, >= 1.0.1)
329 | ruby-progressbar (1.7.5)
330 | rubyzip (1.2.0)
331 | safe_yaml (1.0.4)
332 | sass (3.4.21)
333 | sass-rails (5.0.4)
334 | railties (>= 4.0.0, < 5.0)
335 | sass (~> 3.1)
336 | sprockets (>= 2.8, < 4.0)
337 | sprockets-rails (>= 2.0, < 4.0)
338 | tilt (>= 1.1, < 3)
339 | sawyer (0.7.0)
340 | addressable (>= 2.3.5, < 2.5)
341 | faraday (~> 0.8, < 0.10)
342 | selenium-webdriver (2.53.0)
343 | childprocess (~> 0.5)
344 | rubyzip (~> 1.0)
345 | websocket (~> 1.0)
346 | shellany (0.0.1)
347 | shoulda (3.5.0)
348 | shoulda-context (~> 1.0, >= 1.0.1)
349 | shoulda-matchers (>= 1.4.1, < 3.0)
350 | shoulda-context (1.2.1)
351 | shoulda-matchers (2.8.0)
352 | activesupport (>= 3.0.0)
353 | simple_form (3.2.1)
354 | actionpack (> 4, < 5.1)
355 | activemodel (> 4, < 5.1)
356 | slim (3.0.6)
357 | temple (~> 0.7.3)
358 | tilt (>= 1.3.3, < 2.1)
359 | slim-rails (3.0.1)
360 | actionmailer (>= 3.1, < 5.0)
361 | actionpack (>= 3.1, < 5.0)
362 | activesupport (>= 3.1, < 5.0)
363 | railties (>= 3.1, < 5.0)
364 | slim (~> 3.0)
365 | slop (3.6.0)
366 | spring (1.6.4)
367 | spring-commands-rspec (1.0.4)
368 | spring (>= 0.9.1)
369 | sprockets (3.5.2)
370 | concurrent-ruby (~> 1.0)
371 | rack (> 1, < 3)
372 | sprockets-rails (3.0.4)
373 | actionpack (>= 4.0)
374 | activesupport (>= 4.0)
375 | sprockets (>= 3.0.0)
376 | temple (0.7.6)
377 | thor (0.19.1)
378 | thread_safe (0.3.5)
379 | tilt (2.0.2)
380 | tzinfo (1.2.2)
381 | thread_safe (~> 0.1)
382 | uglifier (2.7.2)
383 | execjs (>= 0.3.0)
384 | json (>= 1.8.0)
385 | unf (0.1.4)
386 | unf_ext
387 | unf_ext (0.0.7.2)
388 | unicode-display_width (1.0.2)
389 | uniform_notifier (1.9.0)
390 | warden (1.2.6)
391 | rack (>= 1.0)
392 | webmock (1.24.2)
393 | addressable (>= 2.3.6)
394 | crack (>= 0.3.2)
395 | hashdiff
396 | websocket (1.2.2)
397 | xpath (2.0.0)
398 | nokogiri (~> 1.3)
399 |
400 | PLATFORMS
401 | ruby
402 |
403 | DEPENDENCIES
404 | benchmark-ips
405 | better_errors
406 | binding_of_caller
407 | bullet
408 | cancancan
409 | capybara
410 | codeship
411 | coffee-rails
412 | dalli
413 | database_rewinder
414 | devise (>= 3.5.4)
415 | dotenv-rails
416 | email_spec
417 | factory_girl_rails
418 | faker
419 | faraday-http-cache
420 | font-awesome-sass
421 | guard-livereload
422 | guard-rspec
423 | heroku-deflater
424 | hiredis
425 | http
426 | jquery-rails
427 | jquery-turbolinks
428 | launchy
429 | letter_opener
430 | local_time
431 | materialize-sass
432 | newrelic_rpm
433 | octokit
434 | omniauth
435 | omniauth-github
436 | parallel
437 | pg
438 | pry-byebug
439 | pry-rails
440 | puma
441 | quiet_assets
442 | rack-cors
443 | rack-livereload
444 | rails (~> 4.2.5.2)
445 | rails_12factor
446 | rails_utils
447 | recipient_interceptor
448 | redis
449 | redis-rails
450 | rolify
451 | rspec-rails
452 | rubocop
453 | sass-rails
454 | selenium-webdriver
455 | shoulda
456 | simple_form
457 | slim-rails
458 | spring
459 | spring-commands-rspec
460 | turbolinks!
461 | uglifier
462 | webmock
463 |
464 | BUNDLED WITH
465 | 1.11.2
466 |
--------------------------------------------------------------------------------